Skip to content

Commit

Permalink
Make options required
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Jul 22, 2023
1 parent 242890f commit 758efbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@ body:
attributes:
label: What OS are you using?
placeholder: Ubuntu 22.04
validations:
required: true
- 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
validations:
required: true
- type: textarea
attributes:
label: Anything else?
Expand Down

0 comments on commit 758efbf

Please sign in to comment.