add issue and pull request templates (#811)

This commit is contained in:
Justin Findlay 2016-04-18 11:15:27 -06:00
parent 3962b84dd3
commit d58a5fd2a6
2 changed files with 24 additions and 0 deletions

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

@ -0,0 +1,11 @@
### Description of Issue/Question
### Setup
(Please provide relevant configs (Be sure to remove sensitive info).)
### Steps to Reproduce Issue
(Include debug logs if possible, `bootstrap-salt.sh -D`.)
### Versions and Systems
(`salt --versions-report`, `bootstrap-salt.sh -v`, system type and version,
cloud/VM provider as appropriate.)

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

@ -0,0 +1,13 @@
### What does this PR do?
### What issues does this PR fix or reference?
### Previous Behavior
Remove this section if not relevant
### New Behavior
Remove this section if not relevant
### Tests written?
Yes/No