From 6620963192b6c7d75b7dea45d07a475c8a489315 Mon Sep 17 00:00:00 2001 From: Martijn <1958780+MartenBE@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:45:04 +0100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++----------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d5606b8..bd0025f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,29 +8,37 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. If you have any error messages, also put the full error message here. + +> A clear and concise description of what the bug is. If you have any error messages, also put the full error message here. **To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error + +> Steps to reproduce the behavior: +> 1. Go to '...' +> 2. Click on '....' +> 3. Scroll down to '....' +> 4. See error **Expected behavior** -A clear and concise description of what you expected to happen. + +> A clear and concise description of what you expected to happen. **Screenshots** -If applicable, add screenshots to help explain your problem. + +> If applicable, add screenshots to help explain your problem. **Logs** -If applicable, add logs to help explain your problem. Use the `--verbose` option to generate debug level output. + +> If applicable, add logs to help explain your problem. Use the `--verbose` option to generate debug level output. **Minimal reproducable example:** -Add a minimal reproducable example with configuration file and markdown files. This is **essential** to be able to test and debug your problem. -**Version (please complete the following information):** -Use the `--version` option to generate version output. +> Add a minimal reproducable example with configuration file and markdown files. This is **essential** to be able to test and debug your problem. + +**Version:** + +> Use the `--version` option to generate version output. **Additional context** -Add any other context about the problem here. + +> Add any other context about the problem here.