astro-reactive-form/.github/pull_request_template.md
Ayo Ayco 5e1a44c79e
docs(apps,packages): update content (#93)
* docs(apps,packages): update content

* chore: update pull request template
2022-10-16 10:26:20 +02:00

24 lines
No EOL
689 B
Markdown

# type(scope): description
<!--
☝️ Put your PR title up here!
✨ Example PR titles:
feat(form): implement new FormControl isValid state
fix(validator): correct the variable name typo causing errors
docs(library): update project CONTRIBUTING.md
-->
Fixes # <!-- 👈🏻 Put the issue number -->
Description of changes: <!-- 👇🏻 List the changes done -->
-
-
Tag a reviewer: @
Tasks:
- [ ] I have ran the tests to make sure nothing is broken (see CONTRIBUTING.md)
- [ ] I have ran the the linter to make sure code is clean (see CONTRIBUTING.md)
- [ ] I have reviewed my own code to remove changes that are not needed
<!-- THANK YOU FOR THE CONTRIBUTION! 🚀 -->