Bug report template changes

Updated bug report template to improve clarity and structure.
This commit is contained in:
Frog
2026-01-26 16:26:29 -08:00
committed by GitHub
parent d723d1c0c7
commit e824ebd713
+34 -4
View File
@@ -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
<!-- Provide a clear and concise description of what the bug is -->
## Exception Details
<!-- If you received an error dialog, provide a screenshot or paste the full error message below -->
<details>
<summary>Click to expand error message/screenshot</summary>
```
Paste error text here, or drag and drop screenshot below
```
</details>
## Generated Config
<!-- If a configuration was generated, please provide the configuration file -->
## Steps to Reproduce
<!-- How can the issue be reproduced? -->
1.
2.
3.
## Affected Version
- **CreamInstaller Version:** [e.g., v5.0.1.7, CI build #123]