Improve bug reporting template (#1111)

* Improve bug reporting template

I tried some adjustments to the bug report template to include more details and structure the information in a better way.

* Better colon position
pull/1154/head
rugk 5 months ago committed by GitHub
parent 9228f45f7a
commit 306648a37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,17 +7,32 @@ assignees: ''
---
**Desktop (please complete the following information):**
**Bug Description**
...
**Steps to reproduce:**
<!-- Please describe what you expected to see and what you saw instead. Also include screenshots or screencasts if needed. -->
- Czkawka version<!-- e.g. 6.1.0 cli/gui -->:
- OS version<!-- e.g Ubuntu 22.04, Windows 11, Mac 15.1 ARM -->:
- Terminal output[optional]:
**Terminal output** (optional):
<details>
<summary>Debug log</summary>
```
<!--
Add terminal output only if needed - if there are some errors or warnings or you have performance/freeze issues.
Very helpful in this situation will be logs from czkawka run with RUST_LOG environment variable set e.g.
`RUST_LOG=debug ./czkawka` which will print more detailed info about executed function
`RUST_LOG=debug ./czkawka` or `flatpak run --env=RUST_LOG=debug com.github.qarmin.czkawka` if you use flatpak, which will print more detailed info about executed function.
-->
**Bug Description**
...
```
</details>
**System**
- Czkawka version: <!-- e.g. 6.1.0 cli/gui -->
- OS version: <!-- e.g Ubuntu 22.04, Windows 11, Mac 15.1 ARM -->
<!-- If you use flatpak, please include the result of `flatpak info com.github.qarmin.czkawka`. -->

Loading…
Cancel
Save