diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1d9741d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9ed7721 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.