From e547eaf563d3ae0444b1ecea82dddc2e351a2e7d Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Sun, 31 Jul 2022 12:16:46 +0200 Subject: [PATCH] refactor: improve issues template Move part of the FAQ notice to the bottom so that it doesn't clutter the issues window. --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b961681..5ed7d3c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,9 +5,22 @@ title: "" labels: "" assignees: "" --- - -PLEASE FIRST READ THE FAQ (#1770) AND COMMON ERROR CODES (#1772)!!! +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behaviour** +A clear and concise description of what you expected to happen. + +**Screenshots / Live demo link (paste the github-readme-stats link as markdown image)** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. + + - -**Describe the bug** -A clear and concise description of what the bug is. - -**Expected behaviour** -A clear and concise description of what you expected to happen. - -**Screenshots / Live demo link (paste the github-readme-stats link as markdown image)** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here.