diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a5679e813..32d1fb80b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: 🐞 Report a Bug +name: 🐞 Bug report description: Report a bug affecting Spacedrive's functionality. labels: [kind/bug, status/needs-triage] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2cf91ed0d..68ce222aa 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,15 +2,12 @@ # yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json blank_issues_enabled: false contact_links: - - name: 📝 Report a Typo - url: https://github.com/spacedriveapp/spacedrive/discussions/142 - about: If you find a typo, let us know in the discussion thread. - - name: 🙏 Get Help + - name: 🙏 Get help url: https://github.com/spacedriveapp/spacedrive/discussions/new?category=help about: If you can't get something to work the way you expect, please open a discussion thread. - - name: 💡 Feature Request + - name: 💡 Feature request url: https://github.com/spacedriveapp/spacedrive/discussions/new?category=ideas about: Suggest any ideas you have for new features in a discussion thread. - - name: 💬 Join us on Discord + - name: 💬 Chat on Discord url: https://discord.gg/gTaF2Z44f5 about: Ask questions and talk to other Spacedrive users and maintainers on Discord. diff --git a/.github/ISSUE_TEMPLATE/typo_report.yml b/.github/ISSUE_TEMPLATE/typo_report.yml new file mode 100644 index 000000000..409677824 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/typo_report.yml @@ -0,0 +1,58 @@ +name: ✍️ Typo/writing mistake +description: Report a typo in the app, documentation, or website. +labels: [kind/typo] + +body: + - type: checkboxes + attributes: + label: Check for other issues + description: Please search existing issues for other reports of this same mistake before submitting. + options: + - label: I've checked for other issues, and none exist. + required: true + + - type: checkboxes + attributes: + label: Are you on the latest version? + description: Please make sure you're on the latest version of the app before submitting. + options: + - label: I'm on the latest version of the app or website. + required: true + + - type: checkboxes + id: location + attributes: + label: Where did you find this mistake? + options: + - label: Desktop app + - label: Mobile app + - label: Documentation + - label: Website (spacedrive.com) + - label: Other (please specify) + + - type: input + id: location-other + attributes: + label: Other location + description: If you selected "Other", please specify. + validations: + required: false + + - type: textarea + id: description + attributes: + label: Description + description: Please describe the mistake. + placeholder: | + On the Settings > About page, the word ... is misspelled as ... + validations: + required: true + + - type: checkboxes + id: code-of-conduct + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow Spacedrive's [Code of Conduct](https://github.com/spacedriveapp/spacedrive/blob/main/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow the Code of Conduct. + required: true