diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..5847b3cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..90ba52b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. \ No newline at end of file