diff options
| author | 2023-10-19 22:18:33 +0100 | |
|---|---|---|
| committer | 2023-10-19 22:20:04 +0100 | |
| commit | 82b5826d0d2971b04031a0ed0939abb1d13571d5 (patch) | |
| tree | 1a7a251d490044baf2e35111801a11d15c716cec /.github | |
| parent | QuickExit is obsolete again so we can remove it again. (diff) | |
| parent | Update the pull request template. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 928e331d1..7f1a787fd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -33,6 +33,7 @@ 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`. + - [ ] The code I am submitting is my own work and/or I have permission from the author to share it. - [ ] I have documented any features added by this pull request. + - [ ] This pull request does not introduce any incompatible API changes (stable branches only). + - [ ] If ABI changes have been made I have incremented MODULE_ABI in `moduledefs.h` (stable branches only). |
