From a463cb310687beee96dca9b6271b1c1a765d3339 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Sun, 10 Mar 2024 04:36:08 +0100 Subject: [PATCH] docs(github): update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++------- .github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++-------------- 2 files changed, 17 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d25542c..668904f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,17 +1,16 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - +title: "" +labels: "bug" +assignees: "" --- **Describe the bug** -A clear and concise description of what the bug is. +... -**To Reproduce** +**Reproduction** Steps to reproduce the behavior: @@ -20,7 +19,7 @@ Steps to reproduce the behavior: **Expected behavior** -A clear and concise description of what you expected to happen. +... **Screenshots** @@ -32,4 +31,4 @@ If applicable, what version did you use? **Environment** -Add useful information about your configuration and environment here. +If applicable, add relevant information about your config and environment here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f0291e0..0e5a2a4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,24 +1,19 @@ --- name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - +about: Suggest a new idea for the project. +title: "" +labels: "enhancement" +assignees: "" --- -**Is your feature request related to a problem? Please describe.** +**Is your feature request related to some problems?** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +- _Ex. I'm always frustrated when..._ -**Describe the solution you'd like** +**What are the solutions you'd like?** -A clear and concise description of what you want to happen. +- _Ex. A new option to..._ -**Describe alternatives you've considered** +**Anything else?** -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. +- ...