From 2348c568343392773cea64c49ee8bb28247e421c Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Mon, 24 Jun 2024 22:46:42 +0200 Subject: [PATCH] ci(issue-templates): minor fixes --- .github/ISSUE_TEMPLATE/bug.yml | 7 ++----- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index bce2b938..66aeccfd 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,5 +1,5 @@ name: Bug Report -description: File a bug/issue +description: File a bug/issue. title: "bug: " labels: [bug] body: @@ -7,10 +7,7 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report and help improve neotest-golang! :heart: - - type: markdown - attributes: - value: | - Please note: usage questions such as "How do I...?" belong in [Discussions](https://github.com/fredrikaverpil/neotest-golang/discussions) and will be closed. + Please note: usage questions such as "How do I...?" belong in [discussions](https://github.com/fredrikaverpil/neotest-golang/discussions) and will be moved there (or closed). - type: checkboxes attributes: label: Did you check docs and existing issues? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 618c2e4b..7395f6b0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Ask a question or start a discussion url: https://github.com/fredrikaverpil/neotest-golang/discussions - about: Use Github discussions instead + about: Use Github discussions instead. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index af9fcf51..37aeb2eb 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,5 +1,5 @@ name: Feature Request -description: Suggest a new feature +description: Suggest a new feature. title: "feature: " labels: [enhancement] body: