Add issue and pull request template.

This commit is contained in:
cpojer
2016-09-14 13:47:52 -07:00
parent 2d4b18986e
commit 2e8c1b9ee3
2 changed files with 18 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
*Before creating an issue please make sure you are using the latest version of yarn.*
**Do you want to request a *feature* or report a *bug*?**
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce.**
**What is the expected behavior?**
**Please mention your node.js, yarn and operating system version.**
+7
View File
@@ -0,0 +1,7 @@
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory.
**Summary**
Explain the **motivation** for making this change. What existing problem does the pull request solve?
**Test plan**
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.