sq/.github/ISSUE_TEMPLATE/bug_report.md
Neil O'Toole 85d6f7a2f9
#263: cmd version: structure yaml output correctly (#272)
* cmd version: structure yaml output correctly

* Fix bug_report.md to match 'sq version --yaml' output
2023-06-21 09:15:40 -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
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.