Correct issue templates
This commit is contained in:
parent
26b9423049
commit
33f009efad
3 changed files with 7 additions and 22 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
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: ''
|
title: ''
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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:
|
contact_links:
|
||||||
- name: Support
|
- name: Support
|
||||||
url: https://github.com/atuinsh/atuin/discussions/new?category=support
|
url: https://github.com/atuinsh/atuin/discussions/new?category=support
|
||||||
about: Get community help and support with Atuin here!
|
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
|
||||||
|
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -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.
|
|
Loading…
Reference in a new issue