From bf268749659f965810918de499f23a270ba3cb6c Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Fri, 28 Apr 2023 11:18:53 -0700 Subject: [PATCH] clean up templates --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/2.feature_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index f0b4f4ef..02d229cc 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -1,6 +1,5 @@ name: "🐛 Bug Report" -description: Create a bug report for Umami -labels: ['bug'] +description: Create a bug report for Umami. body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 4b4883fc..8808eeee 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -1,5 +1,5 @@ -name: Feature Request -description: Create a feature or enhancement request for Umami +name: "🛠 Feature Request" +description: Create a feature or enhancement request for Umami. labels: ['enhancement'] body: - type: textarea