Skip to content

Commit

Permalink
Improve bug reporting template (qarmin#1111)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rugk authored Dec 3, 2023
1 parent 9228f45 commit 306648a
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. -->

0 comments on commit 306648a

Please sign in to comment.