From bd90f376eb863750aa8ea94b57da44cc632331cc Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 2 Nov 2023 03:10:27 +0100 Subject: [PATCH] Use label to distinguish new notification requests from general enhancements (#987) --- .github/ISSUE_TEMPLATE/3_new-notification-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3_new-notification-request.md b/.github/ISSUE_TEMPLATE/3_new-notification-request.md index a30a633b..bf02a8b9 100644 --- a/.github/ISSUE_TEMPLATE/3_new-notification-request.md +++ b/.github/ISSUE_TEMPLATE/3_new-notification-request.md @@ -2,7 +2,7 @@ name: 📣 New Notification Request about: Suggest a new notification service that you'd like to see Apprise support title: '' -labels: 'enhancement' +labels: ['enhancement', 'new-notification'] assignees: '' ---