diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-05-24 08:53:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 08:53:29 +0200 |
| commit | 74ba079c5c2dce34e5c800e085b7674c40448b62 (patch) | |
| tree | 51ec3f6e8de42c078901bc79240fad5fccf5d71e | |
| parent | 9f2e8063ec4fa284395d16872bc39aa9e7247fde (diff) | |
| parent | 831e768ee7ae8e750202ff54395edade2761a90e (diff) | |
Merge pull request #5886 from Artiume/patch-3
Request all the logs
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d67e1c98b..12f1f5ed5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,7 +33,13 @@ assignees: '' **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> -**Logs** +**Server Logs** +<!-- Please paste any log errors. --> + +**FFmpeg Logs** +<!-- Please paste any log errors. --> + +**Browser Console Logs** <!-- Please paste any log errors. --> **Screenshots** |
