From e824ebd71321008e2b941fe417e8553ace447cb4 Mon Sep 17 00:00:00 2001 From: Frog Date: Mon, 26 Jan 2026 16:26:29 -0800 Subject: [PATCH] Bug report template changes Updated bug report template to improve clarity and structure. --- .github/ISSUE_TEMPLATE/a-bug-report.md | 38 +++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/a-bug-report.md b/.github/ISSUE_TEMPLATE/a-bug-report.md index 1aa269a..597d085 100644 --- a/.github/ISSUE_TEMPLATE/a-bug-report.md +++ b/.github/ISSUE_TEMPLATE/a-bug-report.md @@ -1,10 +1,40 @@ --- name: Bug Report -about: Report a program exception or general bug, not including those explained within the FAQ and/or template issues. -title: '' +about: Report a program exception or general bug (not covered in FAQ or existing issues) +title: '[Bug] - ' labels: Bug -assignees: pointfeev +assignees: FroggMaster --- -###### Describe the bug and/or provide an image of the exception dialog box: +## Bug Description + + + +## Exception Details + + + +
+Click to expand error message/screenshot + +``` +Paste error text here, or drag and drop screenshot below +``` +
+ + +## Generated Config + + + +## Steps to Reproduce + +1. +2. +3. + + +## Affected Version + +- **CreamInstaller Version:** [e.g., v5.0.1.7, CI build #123]