Skip to content

Commit

Permalink
Add a bug form
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Jul 22, 2023
1 parent c8a4715 commit 242890f
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@

name: Bug report
description: Report bugs in Jellyfin-RPC
labels: bug
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: describe
attributes:
label: What went wrong?
description: A clear and concise description of what the bug is.
placeholder: I did X and then Y happened
validations:
required: true
- type: textarea
id: logs
attributes:
label: Terminal output
description: |
What the program outputted when the bug occurred.
Tip: You can attach log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: input
id: jfrpc-version
attributes:
label: Jellyfin-RPC version
description: Program version
placeholder: 0.14.0
validations:
required: true
- type: input
id: os-version
attributes:
label: What OS are you using?
placeholder: Ubuntu 22.04
- type: input
id: jf-server-version
attributes:
label: What version is the Jellyfin server on?
description: Can be checked at http(s)://your_server_url/web/#!/dashboard.html
placeholder: 10.8.10
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
validations:
required: false

0 comments on commit 242890f

Please sign in to comment.