diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f48815e..4766937 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- -name: Bug report -about: Create a report to help us improve -title: 'bug: ' +name: Bug Report +about: Create a bug report to help us improve +title: "fix: " labels: bug -assignees: '' - +assignees: "" --- ## Bug Report diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 719f044..b3f9bd5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,9 @@ --- -name: Feature request -about: Suggest an idea for this project -title: 'feat:' +name: Feature Request +about: Suggest an idea or enhancement for this project +title: "feat:" labels: enhancement -assignees: '' - +assignees: "" --- ## Feature Request diff --git a/.github/ISSUE_TEMPLATE/refactor-template.md b/.github/ISSUE_TEMPLATE/refactor-template.md index 9f8cf86..4a2ecc7 100644 --- a/.github/ISSUE_TEMPLATE/refactor-template.md +++ b/.github/ISSUE_TEMPLATE/refactor-template.md @@ -1,10 +1,9 @@ --- -name: Refactor Template -about: 'Refactor ' -title: 'refactor:' -labels: '' -assignees: '' - +name: Refactor Request +about: Suggest the refactoring for this project +title: "refactor:" +labels: enhancement +assignees: "" --- ## Refactor Request