]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .github/PULL_REQUEST_TEMPLATE.md
Use IsCTCP in blockcolor for ignoring CTCPs.
[user/henk/code/inspircd.git] / .github / PULL_REQUEST_TEMPLATE.md
index 7fac63c082c77d8b9cfaf9d172fcd31930b71d59..928e331d1656e2de09f6739fa80d4874823c978a 100644 (file)
@@ -1,6 +1,5 @@
 <!--
-Please fill in the template below. Pull requests that do not use this
-template will be closed without warning.
+Please fill in the template below. Pull requests that do not use this template will be closed without warning.
 -->
 
 ## Summary
@@ -35,5 +34,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.