From 17fbdbcbf914fc6190bafab6d1ef5cd52de4ca36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E4=B8=80?= <1319158137@qq.com> Date: Tue, 7 Feb 2023 20:39:53 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4ea28e6..b72db2a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,6 +10,13 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. +**Environment** +- OS: [e.g. Windows10] +- DPI scaling: [e.g. 125%] +- Python: [e.g. 3.8.6 64-bit] +- PyQt: [e.g. 5.15.2] +- PyQt-Fluent-Widgets: [e.g 0.2.1] + **To Reproduce** Steps to reproduce the behavior(you can use gif to demonstrate the problem): 1. Go to '...' @@ -17,18 +24,14 @@ Steps to reproduce the behavior(you can use gif to demonstrate the problem): 3. Scroll down to '....' 4. See error +**Code** +```python +# Minimum code to reproduce the error + +``` + **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. - -**Environment** -- OS: [e.g. Windows10] -- DPI scaling: [e.g. 125%] -- Python: [e.g. 3.8.6 64-bit] -- PyQt: [e.g. 5.15.2] -- PyQt-Fluent-Widgets: [e.g 0.2.1] - -**Additional context** -Add any other context about the problem here. -- GitLab