Explorar el Código

docs: github pull request template update (#3512)

* docs: github pull request template update

* fix: docs

as suggested by @lostneophyte

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>

* chore: fix my(LostNeophyte) mistakes

Co-authored-by: Daniel Rodríguez Rivero <rdanielo@gmail.com>
LostNeophyte hace 2 años
padre
commit
4790540b39
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      .github/pull_request_template.md

+ 4 - 2
.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