Plex-Meta-Manager/.github/ISSUE_TEMPLATE/1.bug_report.yml

52 lines
1.7 KiB
YAML
Raw Normal View History

2022-03-08 02:49:05 -05:00
name: Bug Report
2022-09-27 02:19:29 -04:00
description: Please do not use bug reports for support issues or feature requests.
2022-03-08 02:49:05 -05:00
labels: ['status:not-yet-viewed', 'bug']
assignees: 'meisnate12'
body:
- type: markdown
attributes:
value: >
2022-09-27 02:19:29 -04:00
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT OR FEATURE REQUESTS!**
2024-04-22 10:20:12 -04:00
Please use [Kometa Discord](https://kometa.wiki/en/latest/discord/) and post your question under the ` kometa-help` channel for support issues.
Please use [Kometa Features](https://features.kometa.wiki/) to request and upvote features.
2022-03-08 02:49:05 -05:00
- type: input
id: version
attributes:
label: Version Number
description: Can be found at the beginning of your log file
placeholder: eg. 1.16.0
validations:
required: true
- type: dropdown
id: branch
attributes:
label: What branch are you on?
options:
- master
- develop
- nightly
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the Bug
description: A clear and concise description of the bug.
validations:
required: true
- type: textarea
id: config
attributes:
2022-04-20 01:27:00 -04:00
label: Relevant Collection/Overlay/Playlist Definition
2022-03-08 02:49:05 -05:00
description: >
2022-04-20 01:27:00 -04:00
If you issue is happening with a specific collection/overlay/playlist please paste your definition here
2022-03-08 02:49:05 -05:00
This will be automatically formatted into code, so no need for backticks.
render: yml
- type: input
id: logs
attributes:
label: Logs
description: >
Please share the relevant log file with the error on [Gist](https://gist.github.com).
2022-12-19 16:36:51 -05:00
placeholder: "https://gist.github.com"