]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update the pull request template for recent module changes.
authorSadie Powell <sadie@witchery.services>
Mon, 10 Feb 2020 01:56:56 +0000 (01:56 +0000)
committerSadie Powell <sadie@witchery.services>
Mon, 10 Feb 2020 01:56:56 +0000 (01:56 +0000)
.github/PULL_REQUEST_TEMPLATE.md

index 7fac63c082c77d8b9cfaf9d172fcd31930b71d59..bf960efd97be75a4c6840f9ea9b7ba832318ade6 100644 (file)
@@ -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.