From 2a3c6b0b0910992ca34dd3006fe11d7b41381e89 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:11:23 +0200 Subject: [PATCH] Added user feedback label to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request-or-improvement.md | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ba40f08..65d6487 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 bug report to help improve the app title: '' -labels: bug +labels: bug, user feedback assignees: vodemn --- diff --git a/.github/ISSUE_TEMPLATE/feature-request-or-improvement.md b/.github/ISSUE_TEMPLATE/feature-request-or-improvement.md index 381e939..e8b2b0c 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-or-improvement.md +++ b/.github/ISSUE_TEMPLATE/feature-request-or-improvement.md @@ -2,19 +2,16 @@ name: Feature request or improvement about: Suggest an idea for this project title: '' -labels: feature +labels: feature, user feedback assignees: vodemn --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +**Describe the feature or the problem it solves** +A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - **Additional context** Add any other context or screenshots about the feature request here.