Chore update pull request template (#76)
* chore: update pull request template * chore: update PR template
This commit is contained in:
parent
ddbd910981
commit
2c2c8d19f7
1 changed files with 13 additions and 6 deletions
19
.github/pull_request_template.md
vendored
19
.github/pull_request_template.md
vendored
|
@ -1,13 +1,20 @@
|
|||
What is this PR about? (docs, fix, feature, style, devops, etc.)
|
||||
type(scope): description
|
||||
<!--
|
||||
✨ Example PR titles:
|
||||
feat(form): implement new FormControl isValid state
|
||||
docs(library): update project CONTRIBUTING.md
|
||||
-->
|
||||
|
||||
Fixes # <!-- 👈🏻 Put the issue number -->
|
||||
|
||||
Description of changes: <!-- 👇🏻 List the changes done -->
|
||||
-
|
||||
|
||||
Related issue number: #
|
||||
|
||||
Description of changes:
|
||||
-
|
||||
|
||||
Tag a reviewer: @
|
||||
|
||||
Tasks:
|
||||
- [ ] I have ran the tests to make sure nothing is broken (see CONTRIBUTING.md)
|
||||
- [ ] I have mentioned the issue this PR is addressing
|
||||
- [ ] I have ran the the linter to make sure code is clean (see CONTRIBUTING.md)
|
||||
|
||||
<!-- THANK YOU FOR THE CONTRIBUTION! 🚀 -->
|
Loading…
Reference in a new issue