Bug report update
This commit is contained in:
parent
21c54b9f5c
commit
2ee6a0dddb
1 changed files with 48 additions and 46 deletions
94
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
94
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -8,47 +8,49 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to fill out this bug report!
|
||||||
- type: textarea
|
- type: checkboxes
|
||||||
id: description
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the Bug
|
label: Preflight Checklist
|
||||||
description: A clear and concise description of the bug you encountered. Also tell us, what did you expect to happen?
|
description: Please ensure you've completed all of the following.
|
||||||
placeholder: Tell us what you see!
|
options:
|
||||||
value: "A bug happened!"
|
- label: I have read the [Support Disclaimer](https://docs.cider.sh/support/disclaimer) for this project.
|
||||||
|
required: true
|
||||||
|
- label: I agree to follow the [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
|
||||||
|
required: true
|
||||||
|
- label: I have searched the [issue tracker](https://www.github.com/ciderapp/Cider/issues) for a bug report that matches the one I want to file, without success.
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Cider Version
|
||||||
|
description: |
|
||||||
|
What version of Cider are you using?
|
||||||
|
|
||||||
|
Note: Please only report issues for [currently supported versions of Cider](hhttps://cider.gitbook.io/welcome-to-gitbook/support/version-information). You can find your version on the About Page.
|
||||||
|
placeholder: 1.6.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: dropdown
|
||||||
id: replication
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to Reproduce
|
label: What operating system are you using?
|
||||||
description: How did you produce this bug, tell us how you did it so we can do it ourselves.
|
options:
|
||||||
placeholder: Tell us how you did it
|
- Windows
|
||||||
value: "1. Clicked on..."
|
- macOS
|
||||||
|
- Ubuntu
|
||||||
|
- Other Linux
|
||||||
|
- Other (specify below)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: environment
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment Information
|
label: Operating System Version
|
||||||
description: |
|
description: What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, use lsb_release or uname -a.
|
||||||
Examples:
|
placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
|
||||||
- **OS**: Ubuntu 20.04
|
|
||||||
- **Desktop Environment (if applicable)**: i3wm
|
|
||||||
- **App Version**: 1.5.5-beta.22
|
|
||||||
- **Commit ID (if available)**: c9d43be
|
|
||||||
|
|
||||||
*To find the app version, Cider Menu -> About*
|
|
||||||
value: |
|
|
||||||
- OS:
|
|
||||||
- Desktop Environment:
|
|
||||||
- App Version:
|
|
||||||
- Commit ID:
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: download
|
id: download
|
||||||
attributes:
|
attributes:
|
||||||
label: How did you download the software?
|
label: Where did you download Cider from?
|
||||||
options:
|
options:
|
||||||
- Microsoft Store
|
- Microsoft Store
|
||||||
- GitHub
|
- GitHub
|
||||||
|
@ -59,6 +61,22 @@ body:
|
||||||
- AUR
|
- AUR
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Describe the Bug
|
||||||
|
description: A clear and concise description of the bug you encountered. Tell us what did you expect to happen?
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: replication
|
||||||
|
attributes:
|
||||||
|
label: Steps to Reproduce
|
||||||
|
description: How did you produce this bug, tell us how you did it so we can do it ourselves.
|
||||||
|
placeholder: 1. Clicked on...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
|
@ -66,19 +84,3 @@ body:
|
||||||
Links? References? Anything that will give us more context about the issue you are encountering!
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
||||||
|
|
||||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
- type: checkboxes
|
|
||||||
id: terms
|
|
||||||
attributes:
|
|
||||||
label: Code of Conduct
|
|
||||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md)
|
|
||||||
options:
|
|
||||||
- label: I agree to follow this Cider's [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md)
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
|
||||||
id: disclaimer
|
|
||||||
attributes:
|
|
||||||
label: Disclaimer
|
|
||||||
description: By submitting this issue, you are aware of our [Support Disclaimer](https://docs.cider.sh/support/disclaimer) and acknowledge that your issue may be immidiately closed if it is invalid.
|
|
||||||
options:
|
|
||||||
- label: I acknowledge the [Support Disclaimer](https://docs.cider.sh/support/disclaimer)
|
|
||||||
required: true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue