sq/.github/ISSUE_TEMPLATE/bug_report.md
Neil O'Toole 97739da1e1
#263: sq version host info (#271)
* sq version host info

* workflow: update bug_report.md with version instructions
2023-06-21 06:28:15 -06:00

1.1 KiB

name about title labels assignees
Bug report Create a report to help us improve

Describe the bug A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior.

Expected behavior

A clear and concise description of what you expected to happen.

sq version

Include below the output of sq version --yaml:

# REPLACE THIS WITH YOUR OUTPUT
buildinfo:
  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"

Logs

Attach log file.

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.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.