From 7b36118df44ed8249f22478103cd0090e721bbb1 Mon Sep 17 00:00:00 2001 From: Dustin Shahidehpour Date: Mon, 30 Jan 2017 07:27:53 -0800 Subject: [PATCH] Add issue template. Summary: When people file issues, they are (in-general) missing a lot of useful information. This template will now be included when people file issues. More info here: https://github.com/blog/2111-issue-and-pull-request-templates Reviewed By: emilsjolander Differential Revision: D4481713 fbshipit-source-id: 8c173e282438d5156d50fe40c581e18730d6a5af --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..d02ecb0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +# Report + +- [ ] I have searched [existing issues](https://github.com/facebook/yoga/issues) and this is not a duplicate + +# Issues and Steps to Reproduce +***Replaces this with steps to repro your issue.*** + +# Expected Behavior +***Describe what you expected would happen.*** + +# Actual Behavior +***Describe what actually happened.*** + +# Link to Code +***If you have some code that maintainers can clone/test for themselves, bugs can be resolved much faster. Please paste a link here.*** + +***When applicable, use this [fiddle](https://jsfiddle.net/emilsjolander/jckmwztt/) to post a web repro.***