diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/✨-feature-request.md similarity index 83% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/✨-feature-request.md index e511f995..6227b8f1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/✨-feature-request.md @@ -1,7 +1,7 @@ --- -name: Feature request +name: "✨ Feature Request" about: Suggest an idea for this project -title: "[FEATURE]" +title: "✨ Feature: " labels: enhancement assignees: '' diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/🐞-bug-report.md similarity index 94% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/🐞-bug-report.md index 34a8d38a..d48cdf63 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/🐞-bug-report.md @@ -1,7 +1,7 @@ --- -name: Bug report +name: "\U0001F41E Bug report" about: Create a report to help us improve -title: "[BUG]" +title: "\U0001F41E Bug: " labels: bug assignees: ''