mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
Add typo issue template & update others for consistency (#2737)
* remove typo discussion link * Add typo report issue template and update other titles
This commit is contained in:
parent
d65c11da6c
commit
8f8f352f59
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: 🐞 Report a Bug
|
name: 🐞 Bug report
|
||||||
description: Report a bug affecting Spacedrive's functionality.
|
description: Report a bug affecting Spacedrive's functionality.
|
||||||
labels: [kind/bug, status/needs-triage]
|
labels: [kind/bug, status/needs-triage]
|
||||||
|
|
||||||
|
|||||||
9
.github/ISSUE_TEMPLATE/config.yml
vendored
9
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -2,15 +2,12 @@
|
|||||||
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
|
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 📝 Report a Typo
|
- name: 🙏 Get help
|
||||||
url: https://github.com/spacedriveapp/spacedrive/discussions/142
|
|
||||||
about: If you find a typo, let us know in the discussion thread.
|
|
||||||
- name: 🙏 Get Help
|
|
||||||
url: https://github.com/spacedriveapp/spacedrive/discussions/new?category=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.
|
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
|
url: https://github.com/spacedriveapp/spacedrive/discussions/new?category=ideas
|
||||||
about: Suggest any ideas you have for new features in a discussion thread.
|
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
|
url: https://discord.gg/gTaF2Z44f5
|
||||||
about: Ask questions and talk to other Spacedrive users and maintainers on Discord.
|
about: Ask questions and talk to other Spacedrive users and maintainers on Discord.
|
||||||
|
|||||||
58
.github/ISSUE_TEMPLATE/typo_report.yml
vendored
Normal file
58
.github/ISSUE_TEMPLATE/typo_report.yml
vendored
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user