File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : " Bug"
2
2
description : " Report a bug to help us improve the proxy system."
3
- type : ' Bug 🐞'
3
+ type : " Bug 🐞"
4
4
title : " -- Provide a general summary of the issue --"
5
5
labels : ["bug", "needs-triage"]
6
6
assignees : " -"
@@ -104,4 +104,5 @@ body:
104
104
attributes :
105
105
label : " Additional Context"
106
106
description : " Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
107
- required : false
107
+ validations :
108
+ required : false
Original file line number Diff line number Diff line change 1
1
name : Task
2
2
description : Task request
3
- type : ' Task ✅'
4
- title : ' [Task]: '
3
+ type : " Task ✅"
4
+ title : " [Task]: "
5
5
labels : []
6
6
body :
7
7
- type : textarea
18
18
attributes :
19
19
label : " Additional Context"
20
20
description : " Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21
- required : false
21
+ validations :
22
+ required : false
Original file line number Diff line number Diff line change 1
1
name : Chore
2
2
description : Chore request
3
- type : ' Chore 🧹'
4
- title : ' [Chore]: '
3
+ type : " Chore 🧹"
4
+ title : " [Chore]: "
5
5
labels : ["chore", "needs-triage"]
6
6
body :
7
7
- type : textarea
18
18
attributes :
19
19
label : " Additional Context"
20
20
description : " Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21
- required : false
21
+ validations :
22
+ required : false
You can’t perform that action at this time.
0 commit comments