diff options
| -rw-r--r-- | .github/pull_request_template.md | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 48782e51..c85733ff 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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 | 
