28 lines
876 B
YAML
28 lines
876 B
YAML
name: Bug Report
|
|
description: File a bug report, we will respond to this thread with any questions.
|
|
title: 'Bug: '
|
|
labels: ['bug', 'triage']
|
|
assignees: '@Azure/aks-atlanta'
|
|
body:
|
|
- type: input
|
|
id: what-happened
|
|
attributes:
|
|
label: what happened?
|
|
description: also tell us what did you expect to happen?
|
|
placeholder: tell us what you see!
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: runner
|
|
attributes:
|
|
label: runner
|
|
description: what runner are you using?
|
|
placeholder: mention the runner info (self-hosted, operating system)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: logs
|
|
attributes:
|
|
label: relevant log output
|
|
description: run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs
|
|
render: shell
|