|
@@ -1,10 +1,12 @@
|
|
|
<!-- This won't be rendered!
|
|
|
[CHECKLIST]
|
|
|
I prefixed the title with one of the following tags:
|
|
|
- - feature: for feature addition / improvements
|
|
|
+ - feat: for feature addition / improvements
|
|
|
- fix: when fixing a functionality
|
|
|
- refactor: when moving code without adding any functionality
|
|
|
- - doc: on documentation updates
|
|
|
+ - docs: on documentation updates
|
|
|
+
|
|
|
+Aditionally you can specify the scope of the PR in parenthesis, ex `fix(cmp):` or `feat(which-key):` or `docs(readme):`
|
|
|
|
|
|
- I read the contributing guide [CONTRIBUTING.md](../CONTRIBUTING.md)
|
|
|
- My code follows the style guidelines of this project
|