Skip to content

Commit 0b754bf

Browse files
authored
Update PULL_REQUEST_TEMPLATE
1 parent 02d6500 commit 0b754bf

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1+
**What changes did you make?**
2+
3+
**Provide some example code that this change will affect, if applicable:**
4+
5+
<!-- Paste the example code here: -->
6+
7+
**Is there anything you'd like reviewers to focus on?**
8+
19
**Please ensure that your pull request fulfills these requirements:**
210
- [ ] The pull request is being made against the `master` branch
311
- [ ] Tests for the changes have been added (for bug fixes / features)
12+
- [ ] New features/options have been documented in:
13+
- [ ] `http-server --help` text
14+
- [ ] README.md
15+
- [ ] doc/http-server.1
416

517
**What is the purpose of this pull request? (bug fix, enhancement, new feature,...)**
618

719
<!--
820
Link to the issue this pull request fixes here, if applicable: "Fixes #xxx" or "Resolves #xxx"
21+
22+
If your PR fixes multiple issues, list them individually like "Fixes #xx1, fixes #xx2, fixes #xx3". This is a quirk of how GitHub links issues.
923
-->
10-
11-
**What changes did you make?**
12-
13-
**Provide some example code that this change will affect, if applicable:**
14-
15-
<!-- Paste the example code here: -->
16-
17-
**Is there anything you'd like reviewers to focus on?**
18-
19-
**Please provide testing instructions, if applicable:**

0 commit comments

Comments
 (0)