Skip to content

Commit a0b037b

Browse files
authored
Fix issue form (#238)
1 parent 7fd0e52 commit a0b037b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/bugReportForm.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Bug: '
44
labels: ['bug', 'triage']
55
assignees: '@Azure/aks-atlanta'
66
body:
7-
- type: input
7+
- type: textarea
88
id: What-happened
99
attributes:
1010
label: What happened?
@@ -27,11 +27,10 @@ body:
2727
placeholder: Mention the runner info (self-hosted, operating system)
2828
validations:
2929
required: true
30-
- type: input
30+
- type: textarea
3131
id: Logs
3232
attributes:
3333
label: Relevant log output
3434
description: Run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs
35-
render: shell
3635
validations:
3736
required: true

.github/ISSUE_TEMPLATE/featureRequestForm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: 'Feature Request: '
44
labels: ['Feature']
55
assignees: '@Azure/aks-atlanta'
66
body:
7-
- type: input
8-
id: Feature request
7+
- type: textarea
8+
id: Feature_request
99
attributes:
1010
label: Feature request
1111
description: Provide example functionality and links to relevant docs

0 commit comments

Comments
 (0)