diff options
author | Peter Powell <petpow@saberuk.com> | 2019-10-05 21:57:24 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-10-05 21:57:24 +0100 |
commit | f01074d94fffa1eef4f9aa0fe418f60d147dd50f (patch) | |
tree | 461909df14e1841313591a3f58be6e992fda23a8 /.github | |
parent | b9c1f4a2e8aa8d8892ae11d1570dda6341a77417 (diff) |
Add a pull request template.
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..7fac63c08 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,39 @@ +<!-- +Please fill in the template below. Pull requests that do not use this +template will be closed without warning. +--> + +## Summary + +<!-- +Briefly describe what this pull request changes. +--> + +## Rationale + +<!-- +Describe why you have made this change. +--> + +## Testing Environment + +<!-- +Describe the environment in which you have tested this change: +--> + +I have tested this pull request on: + +**Operating system name and version:** <!-- e.g. Linux 3.11 --> +**Compiler name and version:** <!-- e.g. GCC 4.2.0 --> + +## Checks + +<!-- +Tick the boxes for the checks you have made. +--> + +I have ensured that: + + - [ ] This pull request does not introduce any incompatible API changes. + - [ ] If ABI changes have been made I have incremented INSPIRCD_VERSION_API. + - [ ] I have documented any features added by this pull request. |