43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
|
name: Bug Report
|
||
|
description: Something isn't working as expected
|
||
|
labels: ["bug", "triage"]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking the time to fill out this bug report!
|
||
|
- type: input
|
||
|
id: version
|
||
|
attributes:
|
||
|
label: Version
|
||
|
description: What version of steamguard-cli are you running? You can find this by running `steamguard --version`.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: what-happened
|
||
|
attributes:
|
||
|
label: What happened?
|
||
|
description: What did you expect to happen?
|
||
|
placeholder: Tell us what you see!
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Steps To Reproduce
|
||
|
description: Steps to reproduce the behavior.
|
||
|
placeholder: |
|
||
|
1. In this environment...
|
||
|
2. With this config...
|
||
|
3. Run '...'
|
||
|
4. See error...
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: textarea
|
||
|
id: logs
|
||
|
attributes:
|
||
|
label: Relevant log output
|
||
|
description: Please copy and paste any relevant log output. Make sure to use `-v debug` or `-v trace`. **If you use `-v trace`, make sure to remove any private information like 2fa secrets!** This will be automatically formatted into code, so no need for backticks.
|
||
|
placeholder: |
|
||
|
Paste your logs with at least `-v debug` enabled here
|
||
|
render: Shell
|