mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-26 20:31:13 +03:00
11 lines
487 B
Markdown
11 lines
487 B
Markdown
# 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
|