124 lines
2.8 KiB
YAML
124 lines
2.8 KiB
YAML
name: Bug Report
|
|
description: Report a bug or unexpected behavior
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to report a bug! Please fill out the information below to help us diagnose and fix the issue.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Bug Description
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: What went wrong?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Steps to reproduce the behavior
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Tap on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What did you expect to happen?
|
|
placeholder: Describe what should have happened
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened?
|
|
placeholder: Describe what actually happened
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: plezy-version
|
|
attributes:
|
|
label: Plezy Version
|
|
description: Check the app settings for the version number and paste it here
|
|
placeholder: e.g., 1.7.0
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: platform
|
|
attributes:
|
|
label: Platform
|
|
description: Which platform(s) are affected?
|
|
multiple: true
|
|
options:
|
|
- iOS
|
|
- Android
|
|
- Windows
|
|
- macOS
|
|
- Android TV
|
|
- tvOS
|
|
- Linux
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: media-server
|
|
attributes:
|
|
label: Media Server
|
|
description: Are you using Jellyfin or Plex?
|
|
multiple: true
|
|
options:
|
|
- Jellyfin
|
|
- Plex
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: device
|
|
attributes:
|
|
label: Device Information
|
|
description: What device are you using?
|
|
placeholder: e.g., iPhone 14 Pro, Pixel 7, Chrome on macOS
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs and Stack Traces
|
|
description: Please paste any relevant logs or stack traces
|
|
value: |
|
|
<details>
|
|
<summary>Logs</summary>
|
|
|
|
```
|
|
Paste logs here
|
|
```
|
|
|
|
</details>
|
|
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem
|
|
placeholder: Drag and drop screenshots here
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem here
|