20 lines
No EOL
514 B
Markdown
20 lines
No EOL
514 B
Markdown
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 -->
|
|
-
|
|
-
|
|
|
|
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)
|
|
|
|
<!-- THANK YOU FOR THE CONTRIBUTION! 🚀 --> |