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'
|
||||
body:
|
||||
- type: input
|
||||
id: what-happened
|
||||
id: What-happened
|
||||
attributes:
|
||||
label: what happened?
|
||||
description: also tell us what did you expect to happen?
|
||||
placeholder: tell us what you see!
|
||||
label: What happened?
|
||||
description: Tell us what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: runner
|
||||
id: Runner
|
||||
attributes:
|
||||
label: runner
|
||||
description: what runner are you using?
|
||||
placeholder: mention the runner info (self-hosted, operating system)
|
||||
label: Runner
|
||||
description: What runner are you using?
|
||||
placeholder: Mention the runner info (self-hosted, operating system)
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: logs
|
||||
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
|
||||
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
|
||||
|
|
|
@ -5,9 +5,9 @@ labels: ['Feature']
|
|||
assignees: '@Azure/aks-atlanta'
|
||||
body:
|
||||
- type: input
|
||||
id: feature request
|
||||
id: Feature request
|
||||
attributes:
|
||||
label: feature request
|
||||
description: also tell us the example functionality and links to relevant docs
|
||||
label: Feature request
|
||||
description: Provide example functionality and links to relevant docs
|
||||
validations:
|
||||
required: true
|
||||
|
|
Loading…
Add table
Reference in a new issue