Update PR Template

This commit is contained in:
MarkBaker 2022-04-23 13:35:09 +02:00
parent 8d7a85476b
commit 76310a05fd
1 changed files with 7 additions and 0 deletions

View File

@ -3,14 +3,21 @@ This is:
``` ```
- [ ] a bugfix - [ ] a bugfix
- [ ] a new feature - [ ] a new feature
- [ ] refactoring
- [ ] additional unit tests
``` ```
Checklist: Checklist:
- [ ] Changes are covered by unit tests - [ ] Changes are covered by unit tests
- [ ] Changes are covered by existing unit tests
- [ ] New unit tests have been added
- [ ] Code style is respected - [ ] Code style is respected
- [ ] Commit message explains **why** the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages) - [ ] Commit message explains **why** the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
- [ ] CHANGELOG.md contains a short summary of the change - [ ] CHANGELOG.md contains a short summary of the change
- [ ] Documentation is updated as necessary - [ ] Documentation is updated as necessary
### Why this change is needed? ### Why this change is needed?
Provide an explanation of why this change is needed, with links to any Issues (if appropriate).
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.