Add issue templates (#469)

* Add issue templates

* Move feature requests to discussions
This commit is contained in:
Jonas Plum
2025-08-28 13:32:08 +02:00
committed by GitHub
parent a8de5d075f
commit 1f42b6c85b
2 changed files with 32 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View 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