diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-03-19 17:13:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-19 17:13:27 +0300 |
| commit | 752d65d0204ec474bfce0d2d949bd1bee9e1f89b (patch) | |
| tree | 218c31270ea43eee5b952cd15f6de68d52eea50b | |
| parent | c7e7aa0a6166f0909964c9a321c79422575a7d64 (diff) | |
Require access type to be included in bug report
Inspired by https://github.com/jellyfin/jellyfin/issues/1085#issuecomment-473833591
It seems that the issue with "setup wizard" described there is only prominent when reverse-proxied, not when accessed directly. So this type of information should be gathered in the bug report as well.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 137a689e8..047848268 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,6 +30,7 @@ assignees: '' - OS: [e.g. Docker, Debian, Windows] - Browser: [e.g. Firefox, Chrome, Safari] - Jellyfin Version: [e.g. 10.0.1] + - Jellyfin access: [direct, reverse proxy via nginx, reverse proxy via apache, etc.] **Additional context** <!-- Add any other context about the problem here. --> |
