]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Add a pull request template.
authorPeter Powell <petpow@saberuk.com>
Sat, 5 Oct 2019 20:57:24 +0000 (21:57 +0100)
committerPeter Powell <petpow@saberuk.com>
Sat, 5 Oct 2019 20:57:24 +0000 (21:57 +0100)
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..7fac63c
--- /dev/null
@@ -0,0 +1,39 @@
+<!--
+Please fill in the template below. Pull requests that do not use this
+template will be closed without warning.
+-->
+
+## Summary
+
+<!--
+Briefly describe what this pull request changes.
+-->
+
+## Rationale
+
+<!--
+Describe why you have made this change.
+-->
+
+## Testing Environment
+
+<!--
+Describe the environment in which you have tested this change:
+-->
+
+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 INSPIRCD_VERSION_API.
+  - [ ] I have documented any features added by this pull request.