Skip to content

Commit

Permalink
chore: update pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Apr 10, 2021
1 parent 0eddf64 commit def3ae4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/pull_request_template.md
@@ -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

0 comments on commit def3ae4

Please sign in to comment.