Created GitHub Issue and PR templates

This commit is contained in:
rallytime 2016-02-24 16:05:00 -07:00
parent cd595104bf
commit c287e6db55
3 changed files with 27 additions and 0 deletions

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

@ -0,0 +1,15 @@
### Expected Behavior
### Actual Behavior
### Steps to Reproduce Issue
### Versions Report
** Provided by running `salt --versions-report`**
### Relevant Logs, Configs, or States
** If not already provided above, please post any additional
information that can help us reproduce your issue such as
commands run with ``-l debug``. Be sure to remove any
sensitive information. **

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

@ -0,0 +1,12 @@
### What does this PR do?
### What Issues does this PR fix or reference?
### Previous Behavior
### New Behavior
### Tests Written?
[ ] Yes
[ ] No