diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md index eee645f0..61525a04 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_bug_report.md @@ -1,6 +1,6 @@ --- name: 🐛 Bug Report -about: Report any errors and probems +about: Report any errors and problems title: '' labels: 'bug' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/2_enhancement_request.md b/.github/ISSUE_TEMPLATE/2_enhancement_request.md new file mode 100644 index 00000000..2d3fec47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_enhancement_request.md @@ -0,0 +1,15 @@ +--- +name: 💡 Enhancement Request +about: Got a great idea? Let us know! +title: '' +labels: 'enhancement' +assignees: '' + +--- + +:bulb: **The Idea** + + +:hammer: **Breaking Feature** + diff --git a/.github/ISSUE_TEMPLATE/2_new-notification-request.md b/.github/ISSUE_TEMPLATE/3_new-notification-request.md similarity index 95% rename from .github/ISSUE_TEMPLATE/2_new-notification-request.md rename to .github/ISSUE_TEMPLATE/3_new-notification-request.md index 396543f2..a30a633b 100644 --- a/.github/ISSUE_TEMPLATE/2_new-notification-request.md +++ b/.github/ISSUE_TEMPLATE/3_new-notification-request.md @@ -1,5 +1,5 @@ --- -name: 💡 New Notification Request +name: 📣 New Notification Request about: Suggest a new notification service that you'd like to see Apprise support title: '' labels: 'enhancement' diff --git a/.github/ISSUE_TEMPLATE/3_question.md b/.github/ISSUE_TEMPLATE/4_question.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3_question.md rename to .github/ISSUE_TEMPLATE/4_question.md