From e93a158b8773946dc9940a4321d35c1b52c8e293 Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Thu, 7 Dec 2023 11:15:45 +0000 Subject: [PATCH] feat: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 ++++++---- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 2 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d6f0b967d..25e90247a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -5,8 +5,7 @@ body: - type: markdown attributes: value: > - Before reporting make sure that both Gitsigns and its dependencies are - updated to the latest version. + Before reporting make sure that Gitsigns is updated to the latest version. - type: textarea attributes: label: "Description" @@ -66,7 +65,10 @@ body: - type: textarea attributes: label: "Steps to reproduce" - description: "Steps to reproduce using the minimal config provided." + description: > + Steps to reproduce using the minimal config provided. + + If this is not provided, the issue may be closed without notice. value: | 1. `nvim --clean -u minimal.lua` 2. ... @@ -76,7 +78,7 @@ body: attributes: label: "Gitsigns debug messages" description: > - Include the output of `:Gitsigns debug_messages`. If you think it's + Please include the output of `:Gitsigns debug_messages`. If you think it's relevant maybe also provide the output of `:Gitsigns dump_cache`. Note: You must have `debug_mode = true` in `setup()`. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 11fc491ef..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**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. - -**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.