From 3a85668e18c9431436a85a0a6fb55b7f0a789e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20K=C3=B6ser?= Date: Mon, 25 Apr 2022 15:30:56 +0200 Subject: [PATCH] ci(github): add service issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/service-request.md | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/service-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 86cae5f..9b14bec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" -labels: 'type/bug' +labels: type/bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 55e1691..9e9b86e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "[FEATURE NAME]" -labels: 'type/enhancement' +labels: type/enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/service-request.md b/.github/ISSUE_TEMPLATE/service-request.md new file mode 100644 index 0000000..d1410e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/service-request.md @@ -0,0 +1,20 @@ +--- +name: Service request +about: Suggest a new service to be added to Notify +title: 'feat(service): Add [SERVICE NAME] service' +labels: affects/services, good first issue, hacktoberfest, help wanted, type/enhancement, + up for grabs +assignees: '' + +--- + +**Describe the missing service. Please provide useful links.** + + +**Describe the solution you'd like** + + +**Potential libraries to use** + + +- ...