mirror of
https://github.com/Azure/k8s-set-context
synced 2025-09-24 04:28:57 +00:00
Systax error fixes (#64)
This commit is contained in:
parent
ccc0c881dc
commit
b0cfd07ecc
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']
|
||||
assignees: '@Azure/aks-atlanta'
|
||||
body:
|
||||
- type: input
|
||||
- type: textarea
|
||||
id: What-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
|
@ -27,11 +27,10 @@ body:
|
|||
placeholder: Mention the runner info (self-hosted, operating system)
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
- type: textarea
|
||||
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
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
@ -4,8 +4,8 @@ title: 'Feature Request: '
|
|||
labels: ['Feature']
|
||||
assignees: '@Azure/aks-atlanta'
|
||||
body:
|
||||
- type: input
|
||||
id: Feature request
|
||||
- type: textarea
|
||||
id: Feature_request
|
||||
attributes:
|
||||
label: Feature request
|
||||
description: Provide example functionality and links to relevant docs
|
||||
|
|
Loading…
Reference in a new issue