diff options
author | LostNeophyte <[email protected]> | 2022-11-22 16:28:40 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-22 16:28:40 +0100 |
commit | 4790540b39b40c60bbc702f282416aed82f311fb (patch) | |
tree | c85317ee3b980065540cb7757b03df5c60d5ed99 | |
parent | 57ae7581bf3bd7a9e5d71eafb6688455e4b46a25 (diff) |
docs: github pull request template update (#3512)
* docs: github pull request template update
* fix: docs
as suggested by @lostneophyte
Co-authored-by: LostNeophyte <[email protected]>
* chore: fix my(LostNeophyte) mistakes
Co-authored-by: Daniel RodrÃguez Rivero <[email protected]>
-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 |