File tree 3 files changed +105
-0
lines changed
3 files changed +105
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Create a bug report
3
+ labels : ["type: bug"]
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ :pray: Thanks for taking the time to fill out this bug report!
9
+
10
+ - type : markdown
11
+ attributes :
12
+ value : |
13
+ ## Bug Report
14
+
15
+ - type : textarea
16
+ id : i-tried-this
17
+ attributes :
18
+ label : " I tried this:"
19
+ placeholder : " What did you try to do?"
20
+ validations :
21
+ required : true
22
+
23
+ - type : textarea
24
+ id : instead-what-happened
25
+ attributes :
26
+ label : " This happened:"
27
+ placeholder : " What happened instead of what you've expected?"
28
+ validations :
29
+ required : true
30
+
31
+ - type : textarea
32
+ id : what-did-you-expect
33
+ attributes :
34
+ label : " I expected this:"
35
+ placeholder : " What did you expect to happen? Describe the output or behavior you expected to see (unless it's obvious)."
36
+
37
+ - type : textarea
38
+ id : workaround
39
+ attributes :
40
+ label : " Is there a workaround?"
41
+ placeholder : " What's the workaround to avoid this issue?"
42
+
43
+ - type : textarea
44
+ attributes :
45
+ label : Anything else?
46
+ placeholder : |
47
+ Links? References? Logs? Anything that will give us more context about the issue you are encountering.
48
+ Tip: You can attach images or log files by dragging files in.
49
+
50
+ - type : textarea
51
+ attributes :
52
+ label : Community Notes
53
+ value : |
54
+ <!-- Please keep this note for the community -->
55
+ * Please vote by adding a 👍 reaction to the issue to help us prioritize.
56
+ * If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links : []
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Create a feature request
3
+ labels : ["type: enhancement"]
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ :pray: Thanks for taking the time to fill out this feature request!
9
+
10
+ - type : markdown
11
+ attributes :
12
+ value : |
13
+ ## Feature Request
14
+
15
+ - type : textarea
16
+ id : what-would-you-like-to-be-added
17
+ attributes :
18
+ label : " What would you like to be added?"
19
+ placeholder : " Description of the feature you'd like to see."
20
+ validations :
21
+ required : true
22
+
23
+ - type : textarea
24
+ id : proposals
25
+ attributes :
26
+ label : " Proposal(s):"
27
+ placeholder : " Describe your proposal(s) and any relevant details here."
28
+
29
+ - type : textarea
30
+ id : alternatives
31
+ attributes :
32
+ label : " Alternative(s):"
33
+ placeholder : " Describe any alternative approaches, options, or suggestions you’d like to consider."
34
+
35
+ - type : textarea
36
+ id : additional-info
37
+ attributes :
38
+ label : " Additional info:"
39
+ placeholder : " Provide any supplementary details, context, or supporting information here."
40
+
41
+ - type : textarea
42
+ attributes :
43
+ label : Community Notes
44
+ value : |
45
+ <!-- Please keep this note for the community -->
46
+ * Please vote by adding a 👍 reaction to the feature to help us prioritize.
47
+ * If you are interested to work on this feature, please leave a comment.
You can’t perform that action at this time.
0 commit comments