1
0
Fork 0
mirror of synced 2024-05-20 12:22:42 +12:00
czkawka/.github/ISSUE_TEMPLATE/bug_report.md

41 lines
1.1 KiB
Markdown
Raw Normal View History

2023-10-08 06:50:43 +13:00
---
name: Bug report
about: Create a report to help us improve app
title: ''
labels: bug
assignees: ''
---
**Bug Description**
**Steps to reproduce:**
<!-- Please describe what you expected to see and what you saw instead. Also include screenshots or screencasts if needed. -->
**Terminal output** (optional):
```
<!--
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` or `flatpak run --env=RUST_LOG=debug com.github.qarmin.czkawka` if you use flatpak, which will print more detailed info about executed function.
-->
2023-10-08 06:50:43 +13:00
<details>
<summary>Debug log</summary>
2024-02-19 23:18:01 +13:00
# UNCOMMENT DETAILS AND PUT LOGS HERE
</details>
```
**System**
2024-02-19 23:18:01 +13:00
- Czkawka/Krokiet version: <!-- e.g. 7.0.0 cli/gui -->
- OS version: <!-- e.g Ubuntu 22.04, Windows 11, Mac 15.1 ARM -->
- Installation method: <!-- e.g. github binaries, snap, flatpak, msys2 -->
<!-- If you use flatpak, please include the result of `flatpak info com.github.qarmin.czkawka`. -->