summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-07-30 12:41:21 +0100
committerSadie Powell <sadie@witchery.services>2023-07-30 12:41:21 +0100
commit1b2eb9b9c8eabe52ea8d5aaef957759384c47bd2 (patch)
tree6fb934de8238427198d1b30d36e89a76df88f09e
parent1343be58d776e153d2691dc6f4c1bd6be5b36956 (diff)
Fix the pull request template to be more relevant to Anope.
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 928e331d1..5fe0ba7e3 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +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. It will help us process your pull request a lot faster.
-->
## Summary
@@ -24,15 +24,3 @@ I have tested this pull request on:
**Operating system name and version:** <!-- e.g. Linux 3.11 -->
**Compiler name and version:** <!-- e.g. GCC 4.2.0 -->
-
-## Checks
-
-<!--
-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 MODULE_ABI in `moduledefs.h`.
- - [ ] I have documented any features added by this pull request.