From 1feac2541445202c59f17c0249cf16e47953a343 Mon Sep 17 00:00:00 2001 From: weisj Date: Sun, 9 Aug 2020 19:58:50 +0200 Subject: [PATCH] Update bug report issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index df0092d4..95aa4be3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,15 +12,17 @@ A clear and concise description of what the bug is. **To Reproduce** Please provide a minimal example to reproduce the issue or if one of the provided demos can be used -reference it. +reference it. The example code should be included here directly if possible. **Screenshots** -If applicable, add screenshots to help explain your problem. +If applicable, add screenshots to help explain your problem. Visual material should only be used in assistance +to the description of the Bug and **does not** replace it. **Additional Information:** - OS: [e.g. macOS] - OS Version: [e.g. 10.14] - Darklaf Version: [e.g. 2.0.2] + - **Note**: If you are using the `latest.integration` version please try to replicate the issue with the latest stable release. **Additional context** Add any other context about the problem here.