2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-05-17 05:09:36 +03:00

Add issue and PR templates

This commit is contained in:
Randall Wilk
2018-05-29 21:24:51 -05:00
parent d552a070f0
commit 4b78e835dd
2 changed files with 72 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
<!--
Issue template
To use this template:
* Fill out what you can
* Delete what you do not fill out
-->
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.
+36
View File
@@ -0,0 +1,36 @@
<!--
Pull request template
To use this template:
* Fill out what you can
* Delete what you do not fill out
-->
## 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.