diff options
| author | artiume <siderite@gmail.com> | 2021-09-06 09:41:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-06 09:41:29 -0400 |
| commit | d7b2fa62a387c5e18cea933078449398a0a77278 (patch) | |
| tree | 882b1a5f282a6309eb07126fb407e7213d68e867 /.github/ISSUE_TEMPLATE | |
| parent | 711db363aa5638a5d4e61c712d93f456acfa311e (diff) | |
10.7.7
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue report.yml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue report.yml b/.github/ISSUE_TEMPLATE/issue report.yml index c20324f8a..ddfebe6a8 100644 --- a/.github/ISSUE_TEMPLATE/issue report.yml +++ b/.github/ISSUE_TEMPLATE/issue report.yml @@ -12,28 +12,25 @@ body: attributes: label: Please describe your bug 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. - validations: - required: true - - type: textarea - id: reproduce - attributes: - label: Steps To Reproduce - description: Steps to reproduce the behavior. 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. + + This is my issue. + + Steps to Reproduce 1. In this environment... 2. With this config... 3. Run '...' 4. See error... validations: - required: false + required: true - type: dropdown id: version attributes: label: Jellyfin Version description: What version of Jellyfin are you running? options: - - 10.7.6 + - 10.7.7 - 10.7.z - 10.6.4 - Other |
