From 2e8c1b9ee349fba4e2d821fef3cf75840887d4eb Mon Sep 17 00:00:00 2001 From: cpojer Date: Wed, 14 Sep 2016 13:47:52 -0700 Subject: [PATCH] Add issue and pull request template. --- .github/ISSUE_TEMPLATE.md | 11 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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.