]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - .github/PULL_REQUEST_TEMPLATE.md
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / .github / PULL_REQUEST_TEMPLATE.md
1 <!--
2 Please fill in the template below. Pull requests that do not use this template will be closed without warning.
3 -->
4
5 ## Summary
6
7 <!--
8 Briefly describe what this pull request changes.
9 -->
10
11 ## Rationale
12
13 <!--
14 Describe why you have made this change.
15 -->
16
17 ## Testing Environment
18
19 <!--
20 Describe the environment in which you have tested this change:
21 -->
22
23 I have tested this pull request on:
24
25 **Operating system name and version:** <!-- e.g. Linux 3.11 -->
26 **Compiler name and version:** <!-- e.g. GCC 4.2.0 -->
27
28 ## Checks
29
30 <!--
31 Tick the boxes for the checks you have made.
32 -->
33
34 I have ensured that:
35
36   - [ ] This pull request does not introduce any incompatible API changes.
37   - [ ] If ABI changes have been made I have incremented MODULE_ABI in `moduledefs.h`.
38   - [ ] I have documented any features added by this pull request.