Skip to content

Commit 76310a0

Browse files
author
MarkBaker
committed
Update PR Template
1 parent 8d7a854 commit 76310a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@ This is:
33
```
44
- [ ] a bugfix
55
- [ ] a new feature
6+
- [ ] refactoring
7+
- [ ] additional unit tests
68
```
79

810
Checklist:
911

1012
- [ ] Changes are covered by unit tests
13+
- [ ] Changes are covered by existing unit tests
14+
- [ ] New unit tests have been added
1115
- [ ] Code style is respected
1216
- [ ] Commit message explains **why** the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
1317
- [ ] CHANGELOG.md contains a short summary of the change
1418
- [ ] Documentation is updated as necessary
1519

1620
### Why this change is needed?
21+
22+
Provide an explanation of why this change is needed, with links to any Issues (if appropriate).
23+
If this is a bugfix or a new feature, and there are no existing Issues, then please also create an issue that will mae it easier to track progress with this PR.

0 commit comments

Comments
 (0)