auth/.github/ISSUE_TEMPLATE/bug.yaml
2021-11-11 14:14:37 -05:00

44 lines
1.0 KiB
YAML

name: 'Bug report'
description: 'File a bug report'
labels: ['bug']
body:
- type: 'markdown'
attributes:
value: |-
Thank you for filing an bug. Please complete the form below so we can triage, reproduce, and fix your issue.
- id: 'tldr'
type: 'textarea'
attributes:
label: 'TL;DR'
description: 'Describe the bug in 1-2 sentences.'
validations:
required: true
- id: 'expected_behavior'
type: 'textarea'
attributes:
label: 'Expected behavior'
description: 'What did you expect to happen?'
- id: 'observed_behavior'
type: 'textarea'
attributes:
label: 'Observed behavior'
description: 'What happened instead?'
- id: 'action_yaml'
type: 'textarea'
attributes:
label: 'Action YAML'
description: 'Paste your complete GitHub Actions YAML here, removing any sensitive values.'
render: 'yaml'
validation:
required: true
- id: 'additional'
type: 'textarea'
attributes:
label: 'Additional information'
description: 'Is there anything else you think we should know?'