File tree Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : File a bug report specifying all inputs you provided for the action, we will respond to this thread with any questions.
3
+ title : ' Bug: '
4
+ labels : ['bug', 'triage']
5
+ assignees : ' @Azure/aks-atlanta'
6
+ body :
7
+ - type : input
8
+ id : What-happened
9
+ attributes :
10
+ label : What happened?
11
+ description : Tell us what happened and how is it different from the expected?
12
+ placeholder : Tell us what you see!
13
+ validations :
14
+ required : true
15
+ - type : checkboxes
16
+ id : Version
17
+ attributes :
18
+ label : Version
19
+ options :
20
+ - label : I am using the latest version
21
+ required : true
22
+ - type : input
23
+ id : Runner
24
+ attributes :
25
+ label : Runner
26
+ description : What runner are you using?
27
+ placeholder : Mention the runner info (self-hosted, operating system)
28
+ validations :
29
+ required : true
30
+ - type : input
31
+ id : Logs
32
+ attributes :
33
+ label : Relevant log output
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
+ validations :
37
+ required : true
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : GitHub Action "k8s-deploy" Support
4
+ url : https://github.com/Azure/k8s-deploy
5
+ security : https://github.com/Azure/k8s-deploy/blob/main/SECURITY.md
6
+ about : Please ask and answer questions here.
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : File a Feature Request form, we will respond to this thread with any questions.
3
+ title : ' Feature Request: '
4
+ labels : ['Feature']
5
+ assignees : ' @Azure/aks-atlanta'
6
+ body :
7
+ - type : input
8
+ id : Feature request
9
+ attributes :
10
+ label : Feature request
11
+ description : Provide example functionality and links to relevant docs
12
+ validations :
13
+ required : true
You can’t perform that action at this time.
0 commit comments