From c6909b76c484e41e85feae6e0438223cd4db852f Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 19 Jan 2023 14:50:30 +0000 Subject: [PATCH] update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3233dfdd45..ec8c44a041 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,10 +9,12 @@ assignees: '' Have you checked closed issues? https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed -Please give a brief but clear explanation of the issue. +Please give a brief but clear explanation of the issue. If you can, include a complete working example that demonstrates the bug. **Check it can run without modifications.** -What Operating System are you running on? +It will be helpful if you run the following command and paste the results: -Feel free to add screenshots and/or videos. These can be very helpful! +``` +textual diagnose +``` -If you can, include a complete working example that demonstrates the bug. Check it can run without modifications. +Feel free to add screenshots and / or videos. These can be very helpful!