chore: update github templates
This commit is contained in:
parent
d235fb7552
commit
f081304d6f
3 changed files with 26 additions and 12 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,11 +1,15 @@
|
||||||
---
|
---
|
||||||
name: "Bug Report"
|
name: "Bug Report"
|
||||||
about: "Report an issue to help the project improve."
|
about: "Report an issue to help the project improve."
|
||||||
title: "[Bug] "
|
title: "bug(scope): description "
|
||||||
labels: "Type: Bug"
|
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**
|
## **Bug Report**
|
||||||
|
|
||||||
### **Describe the bug**
|
### **Describe the bug**
|
||||||
|
@ -45,7 +49,7 @@ assignees: ayoayco
|
||||||
|
|
||||||
- ***
|
- ***
|
||||||
|
|
||||||
### **Media prove**
|
### **Media proof**
|
||||||
|
|
||||||
<!-- If applicable, add screenshots or videos to help explain your problem. -->
|
<!-- 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.-->
|
<!-- Add any other context or additional information about the problem here.-->
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
|
<!-- THANK YOU FOR THE CONTRIBUTION! 🚀 -->
|
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,11 +1,15 @@
|
||||||
---
|
---
|
||||||
name: "Feature Request"
|
name: "Feature Request"
|
||||||
about: "Suggest an idea or possible new feature for this project."
|
about: "Suggest an idea or new feature for this project."
|
||||||
title: ""
|
title: "feat(scope): description "
|
||||||
labels: "Type: Feature"
|
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**
|
## **Feature Request**
|
||||||
|
|
||||||
## **Is your feature request related to a problem? Please describe.**
|
## **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.-->
|
<!-- Add any other context or additional information about the problem here.-->
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
|
<!-- THANK YOU FOR THE CONTRIBUTION! 🚀 -->
|
14
.github/pull_request_template.md
vendored
14
.github/pull_request_template.md
vendored
|
@ -1,13 +1,15 @@
|
||||||
# type(scope): description
|
---
|
||||||
|
title: "type(scope): description"
|
||||||
|
---
|
||||||
<!--
|
<!--
|
||||||
☝️ Put your PR title up here!
|
☝️ Put your PR title up here!
|
||||||
|
|
||||||
✨ 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(common/types): improve TypeScript types
|
- 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(project): update content project CONTRIBUTING.md
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Fixes # <!-- 👈🏻 Put the issue number here! -->
|
Fixes # <!-- 👈🏻 Put the issue number here! -->
|
||||||
|
|
Loading…
Reference in a new issue