File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: 'Bug: '
4
4
labels : ['bug', 'triage']
5
5
assignees : ' @Azure/aks-atlanta'
6
6
body :
7
- - type : input
7
+ - type : textarea
8
8
id : What-happened
9
9
attributes :
10
10
label : What happened?
@@ -27,11 +27,10 @@ body:
27
27
placeholder : Mention the runner info (self-hosted, operating system)
28
28
validations :
29
29
required : true
30
- - type : input
30
+ - type : textarea
31
31
id : Logs
32
32
attributes :
33
33
label : Relevant log output
34
34
description : Run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs
35
- render : shell
36
35
validations :
37
36
required : true
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ title: 'Feature Request: '
4
4
labels : ['Feature']
5
5
assignees : ' @Azure/aks-atlanta'
6
6
body :
7
- - type : input
8
- id : Feature request
7
+ - type : textarea
8
+ id : Feature_request
9
9
attributes :
10
10
label : Feature request
11
11
description : Provide example functionality and links to relevant docs
You can’t perform that action at this time.
0 commit comments