Add initial issue and pull request templates

This commit is contained in:
Kaleb Elwert 2017-04-15 01:45:46 -07:00
parent a8ce3da782
commit a622652f73
2 changed files with 37 additions and 0 deletions

26
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,26 @@
Please check if a similar issue already exists or has been closed before before
opening your issue.
### Description
[Description of the bug or feature]
### Expected behavior
[What you expected to happen]
### Actual behavior
[What actually happened]
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
### Versions
- Prezto commit:
- ZSH version:
- OS information:

11
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,11 @@
Please be sure to check out our [contributing
guidelines](https://github.com/sorin-ionescu/prezto/blob/master/CONTRIBUTING.md)
before submitting your pull request.
Fixes #
## Proposed Changes
-
-
-