chore: update pull request template

This commit is contained in:
Daan Wijns 2021-04-10 12:08:27 +02:00 committed by GitHub
parent 0eddf6458e
commit def3ae41f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,11 @@
# Features
- a
# Fixes
- b
# Improvements
- c
# My Title [feat/fix/perf/chore]
Please explain what kind of feature your PR's brings or what kind of bug it fixes.
Feel free to include screenshots for UI related changes.
Keep all the commits inside your PR related to topic of the PR, otherwise create a seperate PR
# PR Checklist
- [ ] I've started from master
- [ ] I've only committed changes related to this PR
- [ ] All Unit tests pass
- [ ] I've removed all commented code
- [ ] I've removed all unneeded console.log statements