diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 259ec2bea..3ba0c5921 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,6 +19,12 @@ Steps to reproduce the behavior: 2. 3. +## Expected behavior +A clear and concise description of what you expected to happen. + +## Actual behavior +A clear and concise description of what happened. + ## Setup Please describe how you started the server and provide a list of relevant environment variables. @@ -35,8 +41,5 @@ STORAGE_FRONTEND_UPLOAD_DISABLE_TUS=false

-## Expected behavior -A clear and concise description of what you expected to happen. - ## Additional context Add any other context about the problem here.