From 33f009efadf510c84df0bd57d227e40d9154bdb9 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 28 Sep 2023 18:12:59 -0700 Subject: [PATCH] Correct issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 7 ++++++- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 3 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9fcf625..3059910 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve +about: Unless you are absolutely certain this is a bug, please open a post on the support forum first. title: '' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 993c685..51dcc45 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,10 @@ -blank_issues_enabled: false +# I think this was a little aggressive, but maybe enable if +# people ignore this. +# blank_issues_enabled: false contact_links: - name: Support url: https://github.com/atuinsh/atuin/discussions/new?category=support about: Get community help and support with Atuin here! + - name: Feature suggestion + url: https://github.com/atuinsh/atuin/discussions/new?category=ideas + about: Suggest an idea for Atuin diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 11fc491..0000000 --- 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.