fixes
This commit is contained in:
parent
cfb4434a87
commit
e7e3dd5417
2 changed files with 14 additions and 14 deletions
22
.github/ISSUE_TEMPLATE/bugReportForm.yml
vendored
22
.github/ISSUE_TEMPLATE/bugReportForm.yml
vendored
|
@ -5,24 +5,24 @@ labels: ['bug', 'triage']
|
||||||
assignees: '@Azure/aks-atlanta'
|
assignees: '@Azure/aks-atlanta'
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: what-happened
|
id: What-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: what happened?
|
label: What happened?
|
||||||
description: also tell us what did you expect to happen?
|
description: Tell us what did you expect to happen?
|
||||||
placeholder: tell us what you see!
|
placeholder: Tell us what you see!
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: runner
|
id: Runner
|
||||||
attributes:
|
attributes:
|
||||||
label: runner
|
label: Runner
|
||||||
description: what runner are you using?
|
description: What runner are you using?
|
||||||
placeholder: mention the runner info (self-hosted, operating system)
|
placeholder: Mention the runner info (self-hosted, operating system)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: logs
|
id: Logs
|
||||||
attributes:
|
attributes:
|
||||||
label: relevant log output
|
label: Relevant log output
|
||||||
description: run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs
|
description: Run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs
|
||||||
render: shell
|
render: shell
|
||||||
|
|
|
@ -5,9 +5,9 @@ labels: ['Feature']
|
||||||
assignees: '@Azure/aks-atlanta'
|
assignees: '@Azure/aks-atlanta'
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: feature request
|
id: Feature request
|
||||||
attributes:
|
attributes:
|
||||||
label: feature request
|
label: Feature request
|
||||||
description: also tell us the example functionality and links to relevant docs
|
description: Provide example functionality and links to relevant docs
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue