Add PR and issue templates

This commit is contained in:
Paul Hauner 2018-10-14 14:51:59 +11:00
parent 817b52ffa7
commit c327ef970b
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C
2 changed files with 28 additions and 0 deletions

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

@ -0,0 +1,16 @@
## Description
Please provide a brief description of the issue.
## Present Behaviour
Describe the present behaviour of the application, with regards to this
issue.
## Expected Behaviour
How _should_ the application behave?
## Steps to resolve
Please describe the steps required to resolve this issue, if known.

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

@ -0,0 +1,12 @@
## Issue Addressed
Which issue # does this PR address?
## Proposed Changes
Please list or describe the changes introduced by this PR.
## Additional Info
Please provide any additional information. For example, future considerations
or information useful for reviewers.