issue report.yml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. name: Issue Report
  2. description: File an issue report
  3. title: "[Issue]: "
  4. labels: [bug, triage]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to report an issue. Before submitting a report, please do the following:
  10. 1. Please head to our forum or chat rooms and troubleshoot with volunteers if you haven't already. Links can be found here: https://jellyfin.org/contact/
  11. 2. Please search the bug tracker for similar issues. If you do find one, please comment there instead of opening a new bug report.
  12. 3. If you decide to open a new report, please provide as much detail as possible.
  13. - type: textarea
  14. id: what-happened
  15. attributes:
  16. label: Please describe your bug
  17. description: Also tell us, what did you expect to happen?
  18. placeholder: |
  19. 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.
  20. This is my issue.
  21. validations:
  22. required: true
  23. - type: textarea
  24. id: repro-steps
  25. attributes:
  26. label: Reproduction Steps
  27. placeholder: |
  28. 1. In this environment...
  29. 2. With this config...
  30. 3. Run '...'
  31. 4. See error...
  32. validations:
  33. required: true
  34. - type: dropdown
  35. id: version
  36. attributes:
  37. label: Jellyfin Version
  38. description: What version of Jellyfin are you running?
  39. options:
  40. - 10.8.13
  41. - 10.8.12
  42. - 10.8.11 or older (please specify)
  43. - Unstable (master branch)
  44. validations:
  45. required: true
  46. - type: input
  47. id: version-other
  48. attributes:
  49. label: "if other:"
  50. placeholder: Other
  51. - type: textarea
  52. attributes:
  53. label: Environment
  54. description: |
  55. Examples:
  56. - **OS**: [e.g. Debian 11, Windows 10]
  57. - **Linux Kernel**: [e.g. none, 5.15, 6.1, etc.]
  58. - **Virtualization**: [e.g. Docker, KVM, LXC]
  59. - **Clients**: [Browser, Android, Fire Stick, etc.]
  60. - **Browser**: [e.g. Firefox 91, Chrome 93, Safari 13]
  61. - **FFmpeg Version**: [e.g. 5.1.2-Jellyfin]
  62. - **Playback**: [Direct Play, Remux, Direct Stream, Transcode]
  63. - **Hardware Acceleration**: [e.g. none, VAAPI, NVENC, etc.]
  64. - **GPU Model**: [e.g. none, UHD630, GTX1050, etc.]
  65. - **Installed Plugins**: [e.g. none, Fanart, Anime, etc.]
  66. - **Reverse Proxy**: [e.g. none, nginx, apache, etc.]
  67. - **Base URL**: [e.g. none, yes: /example]
  68. - **Networking**: [e.g. Host, Bridge/NAT]
  69. - **Storage**: [e.g. local, NFS, cloud]
  70. value: |
  71. - OS:
  72. - Linux Kernel:
  73. - Virtualization:
  74. - Clients:
  75. - Browser:
  76. - FFmpeg Version:
  77. - Playback Method:
  78. - Hardware Acceleration:
  79. - GPU Model:
  80. - Plugins:
  81. - Reverse Proxy:
  82. - Base URL:
  83. - Networking:
  84. - Storage:
  85. render: markdown
  86. - type: markdown
  87. attributes:
  88. value: |
  89. When providing logs, please keep the following things in mind.
  90. 1. **DO NOT** use external paste services.
  91. 2. Please provide complete logs.
  92. - For server logs, include everything you think is important plus *10 lines before and after*
  93. - For ffmpeg logs, please provide the entire file unmodified.
  94. 3. Please do not run logs through any translation program. Especially beware if your browser translates pages by default.
  95. 4. Please do not include logs as screenshots, with the only exception being client logs in browsers.
  96. - type: textarea
  97. id: logs
  98. attributes:
  99. label: Jellyfin logs
  100. description: Please copy and paste any relevant log output. This can be found in Dashboard > Logs.
  101. placeholder: For playback issues, browser/client and FFmpeg logs may be more useful.
  102. render: shell
  103. - type: textarea
  104. id: ffmpeg-logs
  105. attributes:
  106. label: FFmpeg logs
  107. description: Please copy and paste recent FFmpeg log output. This can be found in Dashboard > Logs > FFmpeg*.log.
  108. placeholder: This field is mandatory for debugging hardware transcoding issues. It's important to include the specific codec details. If no FFmpeg logs appear, the file was Direct Played and did not use FFmpeg.
  109. render: shell
  110. - type: textarea
  111. id: browserlogs
  112. attributes:
  113. label: Please attach any browser or client logs here
  114. placeholder: Access browser logs by using the F12 to bring up the console. Screenshots are typically easier to read than raw logs. For clients such as Android or iOS, please see our documentation.
  115. - type: textarea
  116. id: screenshots
  117. attributes:
  118. label: Please attach any screenshots here
  119. placeholder: Images can be pasted directly into the textbox and will be hosted by github.
  120. - type: checkboxes
  121. id: terms
  122. attributes:
  123. label: Code of Conduct
  124. description: By submitting this issue, you agree to follow our [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct)
  125. options:
  126. - label: I agree to follow this project's Code of Conduct
  127. required: true