From: Sadie Powell Date: Mon, 10 Feb 2020 01:56:56 +0000 (+0000) Subject: Update the pull request template for recent module changes. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=b30c385ce5748905572ebb2abc495b7135bf4399;p=user%2Fhenk%2Fcode%2Finspircd.git Update the pull request template for recent module changes. --- 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.