Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformat a lot of code, fix many typos, and improve readability #1312

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading