80 lines
3.0 KiB
YAML
80 lines
3.0 KiB
YAML
name: ❓ Discussion & Questions
|
|
description: Seeking help, discussing issues, asking questions, etc...
|
|
title: '[Discussion]: '
|
|
labels: ['question']
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for your question! Please describe your issue in as much detail as possible so that we can better assist you.
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Issue Checklist
|
|
description: |
|
|
Before submitting an issue, please make sure you have completed the following steps
|
|
options:
|
|
- label: I understand that issues are meant for feedback and problem-solving, not for venting, and I will provide as much detail as possible to help resolve the issue.
|
|
required: true
|
|
- label: I have checked the pinned issues and searched through the existing [open issues](https://github.com/CherryHQ/cherry-studio/issues), [closed issues](https://github.com/CherryHQ/cherry-studio/issues?q=is%3Aissue%20state%3Aclosed), and [discussions](https://github.com/CherryHQ/cherry-studio/discussions) and did not find a similar suggestion.
|
|
required: true
|
|
- label: I confirm that I am here to ask questions and discuss issues, not to report bugs or request features.
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: platform
|
|
attributes:
|
|
label: Platform
|
|
description: What platform are you using?
|
|
options:
|
|
- Windows
|
|
- macOS
|
|
- Linux
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What version of Cherry Studio are you running?
|
|
placeholder: e.g. v1.0.0
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Your Question
|
|
description: Please describe your issue in detail. Include screenshots or screen recordings whenever possible to help us better understand your question.
|
|
placeholder: Please explain your issue as clearly as possible...(Remember to attach screenshots/recordings if applicable)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: Please provide some background information to help us better understand your question. Screenshots or recordings of your current setup or situation can be very helpful.
|
|
placeholder: "For example: use case, solutions you've tried, etc. Don't forget to include relevant screenshots/recordings!"
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Information
|
|
description: Any other relevant information, screenshots, recordings, or code examples that can help us better assist you
|
|
render: shell
|
|
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: Priority
|
|
description: How urgent is this issue for you?
|
|
options:
|
|
- Low (Review when available)
|
|
- Medium (Would like a response soon)
|
|
- High (Blocking progress)
|
|
validations:
|
|
required: true
|