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.