summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-09-28 18:12:59 -0700
committerEllie Huxtable <ellie@elliehuxtable.com>2023-09-28 18:12:59 -0700
commit33f009efadf510c84df0bd57d227e40d9154bdb9 (patch)
tree3eb4380fbc025e16fea05723855b45d19b568a43
parent26b9423049c0f642b739872fb65381a62ba2ad51 (diff)
Correct issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml7
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
3 files changed, 7 insertions, 22 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 9fcf625f..30599109 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 993c6857..51dcc45e 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 11fc491e..00000000
--- 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.