Skip to content

Commit 51b8022

Browse files
authored
Fix invalid simplifying of not full header items (#1211)
1 parent 0446ff3 commit 51b8022

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3711
-766
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,33 @@ assignees: ''
88
---
99

1010
**Bug Description**
11-
...
11+
1212

1313
**Steps to reproduce:**
1414
<!-- Please describe what you expected to see and what you saw instead. Also include screenshots or screencasts if needed. -->
1515

16-
**Terminal output** (optional):
17-
18-
<details>
19-
<summary>Debug log</summary>
2016

17+
**Terminal output** (optional):
2118
```
22-
2319
<!--
2420
Add terminal output only if needed - if there are some errors or warnings or you have performance/freeze issues.
2521
Very helpful in this situation will be logs from czkawka run with RUST_LOG environment variable set e.g.
2622
`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.
2723
-->
2824
29-
```
25+
<details>
26+
<summary>Debug log</summary>
27+
28+
# PUT LOGS HERE
3029
3130
</details>
31+
```
32+
3233

3334
**System**
3435

35-
- Czkawka version: <!-- e.g. 6.1.0 cli/gui -->
36+
- Czkawka/Krokie version: <!-- e.g. 6.1.0 cli/gui -->
3637
- OS version: <!-- e.g Ubuntu 22.04, Windows 11, Mac 15.1 ARM -->
38+
- Installation method: <!-- e.g. github binaries, snap, flatpak, msys2 -->
3739

3840
<!-- If you use flatpak, please include the result of `flatpak info com.github.qarmin.czkawka`. -->

0 commit comments

Comments
 (0)