summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-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.