File tree 4 files changed +68
-3
lines changed
4 files changed +68
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : Story
2
+ description : Story
3
+ type : Story
4
+ title : ' [Story]: '
5
+ labels : ["story", "needs-triage"]
6
+ body :
7
+ - type : textarea
8
+ id : description
9
+ attributes :
10
+ label : Description
11
+ description : Describe the need. Why is it needed? What is the expected outcome? What is the impact?
12
+ placeholder : Describe the task
13
+ validations :
14
+ required : true
15
+
16
+ - type : textarea
17
+ id : additional-context
18
+ attributes :
19
+ label : " Additional Context"
20
+ description : " Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21
+ required : false
Original file line number Diff line number Diff line change 1
- name : " Bug Report "
1
+ name : " Bug"
2
2
description : " Report a bug to help us improve the proxy system."
3
+ type : Bug
3
4
title : " -- Provide a general summary of the issue --"
4
- labels : [bug]
5
+ labels : [" bug", "needs-triage" ]
5
6
assignees : " -"
6
7
body :
7
8
- type : markdown
@@ -102,4 +103,5 @@ body:
102
103
id : additional-context
103
104
attributes :
104
105
label : " Additional Context"
105
- description : " Add any other context or details about the problem here."
106
+ description : " Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
107
+ required : false
Original file line number Diff line number Diff line change
1
+ name : Task
2
+ description : Task request
3
+ type : Task
4
+ title : ' [Task]: '
5
+ labels : []
6
+ body :
7
+ - type : textarea
8
+ id : description
9
+ attributes :
10
+ label : Description
11
+ description : Describe the need. Why is it needed? What is the expected outcome? What is the impact?
12
+ placeholder : Describe the task
13
+ validations :
14
+ required : true
15
+
16
+ - type : textarea
17
+ id : additional-context
18
+ attributes :
19
+ label : " Additional Context"
20
+ description : " Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21
+ required : false
Original file line number Diff line number Diff line change
1
+ name : Chore
2
+ description : Chore request
3
+ type : Chore
4
+ title : ' [Chore]: '
5
+ labels : ["chore", "needs-triage"]
6
+ body :
7
+ - type : textarea
8
+ id : description
9
+ attributes :
10
+ label : Description
11
+ description : Describe the need. Why is it needed? What is the expected outcome? What is the impact?
12
+ placeholder : Describe the task
13
+ validations :
14
+ required : true
15
+
16
+ - type : textarea
17
+ id : additional-context
18
+ attributes :
19
+ label : " Additional Context"
20
+ description : " Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21
+ required : false
You can’t perform that action at this time.
0 commit comments