diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-10 01:56:56 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-10 01:56:56 +0000 |
commit | b30c385ce5748905572ebb2abc495b7135bf4399 (patch) | |
tree | c1c55cfe7efda8dec7b3fd7ea11a5aee4f914df4 /.github | |
parent | d0eb201d10be6f0155034ec04cbcc1087657c90e (diff) |
Update the pull request template for recent module changes.
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7fac63c08..bf960efd9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -35,5 +35,5 @@ 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. + - [ ] If ABI changes have been made I have incremented MODULE_ABI in `moduledefs.h`. - [ ] I have documented any features added by this pull request. |