Update issue report.yml

This commit is contained in:
artiume 2021-09-04 15:31:24 -04:00 committed by GitHub
parent 957c5ee061
commit 711db363aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 148 deletions

View File

@ -13,9 +13,20 @@ body:
label: Please describe your bug label: Please describe your bug
description: Also tell us, what did you expect to happen? description: Also tell us, what did you expect to happen?
placeholder: The more information that you are able to provide, the better. Did you do anything before this happened? Did you upgrade or change anything? Any screenshots or logs you can provide will be helpful. placeholder: The more information that you are able to provide, the better. Did you do anything before this happened? Did you upgrade or change anything? Any screenshots or logs you can provide will be helpful.
# value: "A bug happened!"
validations: validations:
required: true required: true
- type: textarea
id: reproduce
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: false
- type: dropdown - type: dropdown
id: version id: version
attributes: attributes:
@ -33,155 +44,37 @@ body:
attributes: attributes:
label: "if other:" label: "if other:"
placeholder: Other placeholder: Other
- type: dropdown
id: OS
attributes:
label: OS
description: What Operating System are you running?
options:
- Linux
- Windows
- MacOS
- Other
validations:
required: true
- type: input
id: OS-other
attributes:
label: "if other:"
placeholder: Other
- type: textarea - type: textarea
id: networking
attributes: attributes:
label: Networking label: Environment
description: Is there anything unique about your network? description: |
placeholder: Remember to never expose Jellyfin to the internet without proper encryption such as https. If you are having local network issues, have you checked your firewall? Examples:
- type: textarea - **OS**: [e.g. Debian, Windows]
id: storage - **Virtualization**: [e.g. Docker, KVM, LXC]
attributes: - **Clients**: [Browser, Android, Fire Stick, etc.]
label: Storage - **Browser**: [e.g. Firefox 91, Chrome 93, Safari 13]
description: How is your media stored? - **FFmpeg Version**: [e.g. 4.3.2-Jellyfin]
placeholder: Samba, NFS, cloud based storage such as rclone are useful details. - **Playback**: [Direct Play, Remux, Direct Stream, Transcode]
- type: dropdown - **Hardware Acceleration**: [e.g. none, VAAPI, NVENC, etc.]
id: Virtualization - **Installed Plugins**: [e.g. none, Fanart, Anime, etc.]
attributes: - **Reverse Proxy**: [e.g. none, nginx, apache, etc.]
label: Virtualization - **Base URL**: [e.g. none, yes: /example]
description: Any forms of virtualization? - **Networking**: [e.g. Host, Bridge/NAT]
options: - **Storage**: [e.g. local, NFS, cloud]
- Docker (please specify image) value: |
- LXC - OS:
- VM - Virtualization:
- Other - Clients:
- type: input - Browser:
id: Virt-other - FFmpeg Version:
attributes: - Playback Method:
label: "if other:" - Hardware Acceleration:
placeholder: Other - Plugins:
- type: dropdown - Reverse Proxy:
id: HW - Base URL:
attributes: - Networking:
label: Hardware Acceleration - Storage:
description: Any forms of Hardware Acceleration? render: markdown
options:
- VAAPI
- Intel Quicksync (QSV)
- Nvidia NVENC
- AMD AMF
- MediaCodec Android
- OpenMax OMX
- Exynos V4L2 MFC
- Video ToolBox
- type: input
id: HW-other
attributes:
label: Any additional details
- type: dropdown
id: clients
attributes:
label: What clients are you seeing the problem on?
multiple: true
options:
- Browsers
- Jellyfin Media Player
- Android
- AndroidTV
- Fire Stick
- iOS
- Kodi
- Roku
- Other
- type: input
id: client-other
attributes:
label: "if other:"
placeholder: Other
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other
- type: input
id: browser-other
attributes:
label: "if other:"
placeholder: Other
- type: dropdown
id: Playback
attributes:
label: Method of Playback
description: FFmpeg is used to Direct Stream (video remux, other components are transcoded), Remux (no video or audio conversion), and Transcode (the video is converted). Direct Play will not use FFmpeg.
options:
- Direct Play
- Direct Stream
- Remux
- Transcode
- type: dropdown
id: Plugins
attributes:
label: What Plugins are you seeing the problem on?
multiple: true
options:
- LDAP Authentication
- Auto Organize
- InfuseSync
- Kodi Sync Queue
- Playback Reporting
- Trakt
- NextPVR
- TVHeadEnd
- AniDB
- Anilist
- AniSearch
- AudioDB
- Bookshelf
- Cover Art Archive
- Fanart
- Kitsu
- MusicBrainz
- OMDb
- Open Subtitles
- TMDb Box Sets
- TVmaze
- TheTVDB
- Email
- Gotify Notication
- PushBullet
- Pushover
- Reports
- Slack Notifications
- Webhook
- Other
- type: input
id: Plugin-other
attributes:
label: Any additional details
description: Please provide what the version of the plugin that is broken. We do not provide support for third-party plugins.
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes: