diff options
author | Sadie Powell <sadie@witchery.services> | 2023-07-30 12:14:00 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-07-30 12:15:20 +0100 |
commit | 1343be58d776e153d2691dc6f4c1bd6be5b36956 (patch) | |
tree | bb586be7dc46f75a3b4ae5d98a63321d1edfe7d7 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 97f6aadd5bcfc9401080418f1ef5174bc007bc6d (diff) |
Add some templates for people filing issues on GitHub.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..928e331d1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,38 @@ +<!-- +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 MODULE_ABI in `moduledefs.h`. + - [ ] I have documented any features added by this pull request. |