fj/.forgejo/issue_template/bug.md

44 lines
676 B
Markdown
Raw Permalink Normal View History

---
name: Bug report
about: Something that should work doesn't.
labels: [bug]
---
## What happened
<!-- Describe the bug. One paragraph. -->
## What I expected
<!-- One paragraph. -->
## Reproduction
```sh
# The exact command(s). If a subcommand has dynamic input, paste it too.
fj ...
```
## Output
<details>
<summary>Stderr / error message</summary>
```
<!-- Paste the error here. Run with `--debug` if it helps. -->
```
</details>
## Environment
- `fj --version`:
- `fj api /version` (or your Forgejo version):
- OS + arch:
- Shell:
- Installed via: <!-- brew tap / cargo install / from source -->
## Anything else
<!-- Logs, screenshots, related issues. -->