chore: update pull request template
This commit is contained in:
parent
f081304d6f
commit
21486e1baa
1 changed files with 5 additions and 5 deletions
10
.github/pull_request_template.md
vendored
10
.github/pull_request_template.md
vendored
|
@ -1,15 +1,15 @@
|
||||||
---
|
## type(scope): description
|
||||||
title: "type(scope): description"
|
|
||||||
---
|
|
||||||
<!--
|
<!--
|
||||||
☝️ Put your PR title up here!
|
☝️ Put your PR title up here!
|
||||||
|
|
||||||
|
"scope" could be one of our apps or packages:
|
||||||
|
- form, validator, demo, landing-page, docs...
|
||||||
|
|
||||||
✨ Example PR titles:
|
✨ Example PR titles:
|
||||||
- feat(form): implement new FormControl isValid state
|
- feat(form): implement new FormControl isValid state
|
||||||
- fix(validator): correct the variable name typo causing errors
|
- fix(validator): correct the variable name typo causing errors
|
||||||
- refactor(types): improve TypeScript types
|
|
||||||
- style(landing-page): update the logo in the landing page app
|
- style(landing-page): update the logo in the landing page app
|
||||||
- docs(project): update content project CONTRIBUTING.md
|
- docs: update content project CONTRIBUTING.md
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Fixes # <!-- 👈🏻 Put the issue number here! -->
|
Fixes # <!-- 👈🏻 Put the issue number here! -->
|
||||||
|
|
Loading…
Reference in a new issue