diff options
-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. |