name: Bug Report description: If you encounter an issue whilst using our app, please use this template to help improve the app. title: "[Bug]: " labels: ["bug", "needs-triage"] assignees: [] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: checkboxes attributes: label: Preflight Checklist description: Please ensure you've completed all of the following. options: - 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 - label: I have read the [troublshooting FAQs](https://cider.gitbook.io/welcome-to-gitbook/support/faqs#why-is-my-discordrpc-status-not-appearing) and none solved my issue. 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: required: true - type: dropdown attributes: label: What operating system are you using? options: - Windows - macOS - Ubuntu - Other Linux - Other (specify below) validations: required: true - type: input attributes: label: Operating System Version 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. placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04" validations: required: true - type: dropdown id: download attributes: label: Where did you download Cider from? options: - Microsoft Store - GitHub - Winget - Winget (Nightly) - Chocolatey - Flathub - AUR validations: 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 attributes: label: Anything else? description: | 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.