From 1b2eb9b9c8eabe52ea8d5aaef957759384c47bd2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 30 Jul 2023 12:41:21 +0100 Subject: Fix the pull request template to be more relevant to Anope. --- .github/PULL_REQUEST_TEMPLATE.md | 14 +------------- 1 file changed, 1 insertion(+), 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 @@ ## Summary @@ -24,15 +24,3 @@ I have tested this pull request on: **Operating system name and version:** **Compiler name and version:** - -## Checks - - - -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. -- cgit