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