Add issue templates (#469)
* Add issue templates * Move feature requests to discussions
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
name: "🐛 Bug Report"
|
||||||
|
description: File a bug report.
|
||||||
|
labels: ["bug"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for taking the time to fill out this bug report!
|
||||||
|
- type: textarea
|
||||||
|
id: what-happened
|
||||||
|
attributes:
|
||||||
|
label: What happened?
|
||||||
|
description: Also, please tell us what you expected to happen. Please convert .gpx files to .txt and attach them when appropriate.
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
|
description: What version of wanderer are you running?
|
||||||
|
placeholder: ex. v0.17.2
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: "💡 Feature request"
|
||||||
|
url: https://github.com/Flomp/wanderer/discussions/new?category=ideas
|
||||||
|
about: Suggest an idea for this project.
|
||||||
|
- name: "❓ Ask a question"
|
||||||
|
url: https://github.com/Flomp/wanderer/discussions/new?category=q-a
|
||||||
|
about: Please ask and answer questions here.
|
||||||
Reference in New Issue
Block a user