diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0498b47..244cce9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,9 +6,11 @@ labels: bug assignees: '' --- +**Expected behavior** +A clear and concise description of what you expected to happen. **Describe the problem** -A clear and concise description of what the bug is. +A clear and concise description of the bug or problem (i.e. what actually happens). **To reproduce** Steps to reproduce the behavior: @@ -16,9 +18,6 @@ Steps to reproduce the behavior: 2. See error '....' 3. A minimum reproducible code example is greatly appreciated! -**Expected behavior** -A clear and concise description of what you expected to happen. - **Screenshots** If applicable, add screenshots to help explain your problem.