Add github issue and pull request templates.

This commit is contained in:
Trevor Brown 2017-08-08 11:25:21 -04:00
parent 75db63af18
commit 0238b99148
2 changed files with 29 additions and 0 deletions

17
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,17 @@
### Steps to reproduce
Tell us what actions you performed before the issue occurred
### Expected behavior
Tell us what should have happened
### Actual behavior
Tell us what happened instead
### Environment
**OS**:
**asdf version**:

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

@ -0,0 +1,12 @@
# Summary
Provide a general description of the code changes in your pull request.
Fixes: List issue numbers here
## Other Information
If there is anything else that is relevant to your pull request include that
information here.
Thank you for contributing to asdf!