sq/.github/ISSUE_TEMPLATE/bug_report.md

56 lines
1.1 KiB
Markdown
Raw Normal View History

2023-04-03 00:21:06 +03:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
2023-04-03 00:40:11 +03:00
Steps to reproduce the behavior.
2023-04-03 00:21:06 +03:00
**Expected behavior**
2023-04-03 00:21:06 +03:00
A clear and concise description of what you expected to happen.
**`sq` version**
Include below the output of `sq version --yaml`:
```yaml
# REPLACE THIS WITH YOUR OUTPUT
version: v0.39.0
commit: eedc11ec46d1f0e78628158cc6fd58850601d701
timestamp: 2023-06-21T11:41:34Z
latest_version: v0.39.0
host:
platform: darwin
arch: arm64
kernel: Darwin
kernel_version: 22.5.0
variant: macOS
variant_version: "13.4"
```
2023-04-03 00:40:11 +03:00
**Logs**
Attach [log file](https://sq.io/docs/config/#logging).
Don't paste the log file contents into the GH comment: attach the file.
The exception is if you know for sure that only a particular snippet of
the log file is relevant: then you can paste that short snippet. Be sure
to enclose it in a code block.
2023-04-03 00:40:11 +03:00
2023-04-03 00:21:06 +03:00
**Screenshots**
2023-04-03 00:21:06 +03:00
If applicable, add screenshots to help explain your problem.
**Additional context**
2023-04-03 00:21:06 +03:00
Add any other context about the problem here.