53 lines
1.3 KiB
YAML
53 lines
1.3 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'
|
|
validations:
|
|
required: true
|
|
|
|
- id: 'log_output'
|
|
type: 'textarea'
|
|
attributes:
|
|
label: 'Log output'
|
|
description: 'Paste your log output here. Please do not paste a link to your run because logs expire.'
|
|
render: 'text'
|
|
validations:
|
|
required: true
|
|
|
|
- id: 'additional'
|
|
type: 'textarea'
|
|
attributes:
|
|
label: 'Additional information'
|
|
description: 'Is there anything else you think we should know?'
|