VueTorrent/.github/pull_request_template.md

13 lines
489 B
Markdown
Raw Normal View History

2021-04-10 13:08:27 +03:00
# 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
2020-10-28 16:44:40 +03:00
2021-04-10 13:08:27 +03:00
# PR Checklist
2021-04-10 13:08:27 +03:00
- [ ] 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