chore: update github templates

This commit is contained in:
Ayo 2022-10-22 21:17:40 +02:00
parent d235fb7552
commit f081304d6f
3 changed files with 26 additions and 12 deletions

View file

@ -1,11 +1,15 @@
---
name: "Bug Report"
about: "Report an issue to help the project improve."
title: "[Bug] "
title: "bug(scope): description "
labels: "Type: Bug"
assignees: ayoayco
---
<!--
☝️ "scope" in the title could be one of our apps or packages:
- form, validator, demo, landing-page, docs...
-->
<!-- Fill up as much information as you can to help us investigate 🙏 -->
## **Bug Report**
### **Describe the bug**
@ -45,7 +49,7 @@ assignees: ayoayco
- ***
### **Media prove**
### **Media proof**
<!-- If applicable, add screenshots or videos to help explain your problem. -->
@ -68,3 +72,5 @@ and remove all the bulleted list elements that are not relevant for this issue.
<!-- Add any other context or additional information about the problem here.-->
-
<!-- THANK YOU FOR THE CONTRIBUTION! 🚀 -->

View file

@ -1,11 +1,15 @@
---
name: "Feature Request"
about: "Suggest an idea or possible new feature for this project."
title: ""
about: "Suggest an idea or new feature for this project."
title: "feat(scope): description "
labels: "Type: Feature"
assignees: ayoayco
---
<!--
☝️ "scope" in the title could be one of our apps or packages:
- form, validator, demo, landing-page, docs...
-->
<!-- Fill up as much information as you can to help us understand the request 🙏 -->
## **Feature Request**
## **Is your feature request related to a problem? Please describe.**
@ -31,3 +35,5 @@ assignees: ayoayco
<!-- Add any other context or additional information about the problem here.-->
-
<!-- THANK YOU FOR THE CONTRIBUTION! 🚀 -->

View file

@ -1,13 +1,15 @@
# type(scope): description
---
title: "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
refactor(common/types): improve TypeScript types
style(landing-page): update the logo in the landing page app
docs(project): update content project CONTRIBUTING.md
- feat(form): implement new FormControl isValid state
- 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
- docs(project): update content project CONTRIBUTING.md
-->
Fixes # <!-- 👈🏻 Put the issue number here! -->