diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5278d03..064a639 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 --- + + ## **Bug Report** ### **Describe the bug** @@ -45,7 +49,7 @@ assignees: ayoayco - *** -### **Media prove** +### **Media proof** @@ -68,3 +72,5 @@ and remove all the bulleted list elements that are not relevant for this issue. - + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c6786bc..b79e012 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 --- + + ## **Feature Request** ## **Is your feature request related to a problem? Please describe.** @@ -31,3 +35,5 @@ assignees: ayoayco - + + \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 93f74c0..03e027f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,15 @@ -# type(scope): description +--- +title: "type(scope): description" +--- Fixes #