Browse Source

Add initial issue and pull request templates

master
Kaleb Elwert 7 years ago
parent
commit
a622652f73
  1. 26
      .github/ISSUE_TEMPLATE.md
  2. 11
      .github/PULL_REQUEST_TEMPLATE.md

26
.github/ISSUE_TEMPLATE.md

@ -0,0 +1,26 @@ @@ -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

@ -0,0 +1,11 @@ @@ -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
-
-
-
Loading…
Cancel
Save