diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-03-19 10:52:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-19 10:52:49 -0400 |
| commit | 7b01de8db181e7b78258b160525592bd31337e1e (patch) | |
| tree | 0dc01c6ecd14075b97b66d8281cb33211604b9dd | |
| parent | c7e7aa0a6166f0909964c9a321c79422575a7d64 (diff) | |
| parent | f73d8a44df6302be59db7aaad6117985b3f5683a (diff) | |
Merge pull request #1136 from jellyfin/add-access-to-template
Require access type to be included in bug report
| -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..ca89c1cb9 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] + - Reverse proxy: [e.g. no, nginx, apache, etc.] **Additional context** <!-- Add any other context about the problem here. --> |
