From 1916eb233f4c4329888bc9fe37f1a661ba86eda7 Mon Sep 17 00:00:00 2001 From: Helium314 Date: Thu, 26 Oct 2023 07:54:21 +0200 Subject: [PATCH] udpate issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++------ .github/ISSUE_TEMPLATE/other.md | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bf8cc5b7..38aabc70 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,7 @@ about: Create a report to help us improve labels: bug --- - + **Does it happen in OpenBoard, or is it exclusive to this modified version?** **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 490ee631..e72b820f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,20 +7,21 @@ labels: enhancement **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 solution you'd like** -A clear and concise description of what you want to happen. + **Use case** -Provide a clear and concise description of *your use case* and what you thus think is missing, and why. + **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. -If you add screenshots, please reduce the size or use thumbnails to keep the issue nicely readable. + diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 53c50ee9..cbccc46d 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -1,6 +1,6 @@ --- name: Other -about: Anything that does not fit into the other categories. Please don't use this for questions or discussions. +about: Anything that does not fit into the other categories. Please don't use this for questions discussions, or anything that fits into one of the other issue categories. ---