1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 05:26:38 +02:00

Fix the pull request template to be more relevant to Anope.

This commit is contained in:
Sadie Powell
2023-07-30 12:41:21 +01:00
parent 1343be58d7
commit 1b2eb9b9c8
+1 -13
View File
@@ -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.