From 6cdf9a68d119610e8f93f6254506cfad60eb0a34 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Fri, 28 Apr 2023 11:06:25 -0700 Subject: [PATCH] fix config and clean up feature request --- .github/ISSUE_TEMPLATE/2.feature_request.yml | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index c85387c6..4b4883fc 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -1,10 +1,10 @@ name: Feature Request -description: Create a feature request for Umami +description: Create a feature or enhancement request for Umami labels: ['enhancement'] body: - type: textarea attributes: - label: Describe the Bug - description: A clear and concise description of what the bug is. + label: Describe the feature or enhancement + description: A clear and concise description of what the feature or enhancement is. validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 461da421..2b6e35b0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,5 @@ blank_issues_enabled: false contact_links: - name: "🤔 Ask a question" - url: https://https://github.com/umami-software/umami/discussions + url: https://github.com/umami-software/umami/discussions about: Ask questions and discuss with other community members \ No newline at end of file