mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
92 lines
2.7 KiB
YAML
92 lines
2.7 KiB
YAML
name: Bug Report
|
|
description: Let us know about an unexpected error, a crash, or an incorrect behavior.
|
|
labels: ["Bug", "new"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# Thank you for taking the time to fill out this bug report.
|
|
|
|
The [grayjay-android](https://github.com/futo-org/grayjay-android) issue tracker is reserved for issues relating to the Grayjay Android Application
|
|
|
|
For general usage questions, please see: [The Official FUTO Grayjay Zulip Channel](https://chat.futo.org/#narrow/stream/46-Grayjay)
|
|
|
|
## Filing a bug report
|
|
|
|
To fix your issues faster, we need clear reproduction cases - ideally allowing us to make it happen locally.
|
|
* Please include all needed context. For example, Device, OS, Application, your Grayjay Configurations and Plugin versioning info.
|
|
* if you've found out a particular series of UI interactions can introduce buggy behavior, please label those steps 1-n with markdown
|
|
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: What did you expect to happen?
|
|
placeholder: Tell us what you see!
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: grayjay-version
|
|
attributes:
|
|
label: Grayjay Version
|
|
description: In the application, select More > Settings, scroll to the bottom and locate the value next to "Version Name".
|
|
placeholder: "242"
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: plugin
|
|
attributes:
|
|
label: What plugins are you seeing the problem on?
|
|
multiple: true
|
|
options:
|
|
- All
|
|
- Youtube
|
|
- BiliBili (CN)
|
|
- Twitch
|
|
- Odysee
|
|
- Rumble
|
|
- Kick
|
|
- PeerTube
|
|
- Patreon
|
|
- Nebula
|
|
- SoundCloud
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: plugin-version
|
|
attributes:
|
|
label: Plugin Version
|
|
description: In the application, select Sources > [the broken plugin], write down the value under "Version".
|
|
placeholder: "12"
|
|
|
|
- type: checkboxes
|
|
id: login
|
|
attributes:
|
|
label: When do you experience the issue?
|
|
options:
|
|
- label: While logged in
|
|
- label: While logged out
|
|
- label: N/A
|
|
|
|
- type: dropdown
|
|
id: vpn
|
|
attributes:
|
|
label: Are you using a VPN?
|
|
multiple: false
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant log output
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
render: shell
|