Skip to content

Commit

Permalink
Reformat a lot of code, fix many typos, and improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazevic committed Jul 6, 2024
1 parent 2a32a52 commit 7318334
Show file tree
Hide file tree
Showing 38 changed files with 2,873 additions and 2,587 deletions.
17 changes: 8 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ assignees: ''

---

**Bug Description**

**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.
Very helpful in this situation will be logs from Czkawka run with the 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 the executed function.
-->
<details>
Expand All @@ -30,11 +30,10 @@ Very helpful in this situation will be logs from czkawka run with RUST_LOG envir
</details>
```


**System**

- 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 -->
- 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`. -->
<!-- If you use Flatpak, please include the result of `flatpak info com.github.qarmin.czkawka`. -->
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ assignees: ''

---

**Feature Description**
...
**Feature description**
...
Loading

0 comments on commit 7318334

Please sign in to comment.