2022-08-02 15:00:47 +03:00
|
|
|
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
|
2022-08-04 10:13:56 +03:00
|
|
|
id: What-happened
|
2022-08-02 15:00:47 +03:00
|
|
|
attributes:
|
2022-08-04 10:13:56 +03:00
|
|
|
label: What happened?
|
2022-08-06 07:57:15 +03:00
|
|
|
description: Tell us what happened and how is it different form the expected?
|
2022-08-04 10:13:56 +03:00
|
|
|
placeholder: Tell us what you see!
|
2022-08-02 15:00:47 +03:00
|
|
|
validations:
|
|
|
|
required: true
|
2022-08-03 09:50:23 +03:00
|
|
|
- type: input
|
2022-08-04 10:13:56 +03:00
|
|
|
id: Runner
|
2022-08-03 09:50:23 +03:00
|
|
|
attributes:
|
2022-08-04 10:13:56 +03:00
|
|
|
label: Runner
|
|
|
|
description: What runner are you using?
|
|
|
|
placeholder: Mention the runner info (self-hosted, operating system)
|
2022-08-03 09:50:23 +03:00
|
|
|
validations:
|
|
|
|
required: true
|
2022-08-02 15:00:47 +03:00
|
|
|
- type: input
|
2022-08-04 10:13:56 +03:00
|
|
|
id: Logs
|
2022-08-02 15:00:47 +03:00
|
|
|
attributes:
|
2022-08-04 10:13:56 +03:00
|
|
|
label: Relevant log output
|
|
|
|
description: Run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs
|
2022-08-02 15:00:47 +03:00
|
|
|
render: shell
|