40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
name: "👾 Bug Report"
|
|
description: "Report a bug or unexpected behavior"
|
|
labels:
|
|
- "bug"
|
|
assignees:
|
|
- krau
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: "👾 Description"
|
|
description: "What happened?"
|
|
placeholder: "When called ... happens ..."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "⚡️ Expected Behavior"
|
|
description: "What was expected?"
|
|
placeholder: "It should be ..."
|
|
- type: textarea
|
|
attributes:
|
|
label: "📄 Configuration File"
|
|
description: "Please provide your config file"
|
|
placeholder: "Please remove sensitive information"
|
|
render: toml
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "🔍 Logs"
|
|
description: "Please provide logs"
|
|
placeholder: "Please remove sensitive information"
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Thank you for contributing to the project :slightly_smiling_face:
|