syntax error fixes (#66)
This commit is contained in:
parent
80632d0f30
commit
d41afda166
2 changed files with 4 additions and 5 deletions
5
.github/ISSUE_TEMPLATE/bugReportForm.yml
vendored
5
.github/ISSUE_TEMPLATE/bugReportForm.yml
vendored
|
@ -4,7 +4,7 @@ title: 'Bug: '
|
||||||
labels: ['bug', 'triage']
|
labels: ['bug', 'triage']
|
||||||
assignees: '@Azure/aks-atlanta'
|
assignees: '@Azure/aks-atlanta'
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: textarea
|
||||||
id: What-happened
|
id: What-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
|
@ -27,11 +27,10 @@ body:
|
||||||
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: textarea
|
||||||
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
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -4,8 +4,8 @@ title: 'Feature Request: '
|
||||||
labels: ['Feature']
|
labels: ['Feature']
|
||||||
assignees: '@Azure/aks-atlanta'
|
assignees: '@Azure/aks-atlanta'
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: textarea
|
||||||
id: Feature request
|
id: Feature_request
|
||||||
attributes:
|
attributes:
|
||||||
label: Feature request
|
label: Feature request
|
||||||
description: Provide example functionality and links to relevant docs
|
description: Provide example functionality and links to relevant docs
|
||||||
|
|
Loading…
Reference in a new issue