From 4b78e835dd187acb39616d5af171bbe9b8d931d2 Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Tue, 29 May 2018 21:24:51 -0500 Subject: [PATCH] Add issue and PR templates --- .github/ISSUE_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 72 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..5d248d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ + + +NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for help at +https://stackoverflow.com + +### Description + +[Description of the issue] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** [What did you expect to happen] + +**Actual behavior:** [What actually happens] + +**Reproduces how often:** [What percentage of the time does it reproduce?] + +### Version + +You can get this information from copy and pasting the +version number from your `package.json` file in your project. +Also, please include the browser and version of the browser you're running. + +### Additional Information + +Any additional information, configuration or data that +might be necessary to reproduce the issue. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..26c709d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,36 @@ + + +## Pull Request Template + +A similar PR may already be submitted! Please search among the +[pull requests](https://github.com/rawilk/vue-context/pulls) before creating one. + +Thanks for submitting a pull request! Please provide enough information +so that others can review your pull request. For more information, +please see the contributing guide. + +### Description of the Change + +[Describe what you changed] + +### Benefits + +[List any benefits to this change(s)] + +### Possible Drawbacks + +[Are there any drawbacks to these changes?] + +### Applicable Issues + +[Reference any issues this PR closes] + +### Any additional information + +Be sure to include any additional information that +could be useful for the PR. \ No newline at end of file