File tree 2 files changed +101
-0
lines changed
2 files changed +101
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : " 🐛 Bug Report"
2
+ description : " Create a report to help us improve our community workflows"
3
+ title : " 🐛 Bug: "
4
+ labels : ["🐛 Bug", "Status: Triage"]
5
+
6
+ body :
7
+ - type : textarea
8
+ attributes :
9
+ label : " Describe the bug"
10
+ description : " A clear and concise description of what the bug is"
11
+ validations :
12
+ required : true
13
+ - type : textarea
14
+ attributes :
15
+ label : " Steps To Reproduce"
16
+ description : " Steps to reproduce the behavior"
17
+ placeholder : |
18
+ 1. Go to'...'
19
+ 2. Click on'...'
20
+ 3. Scroll down to'...'
21
+ 4. See error
22
+ validations :
23
+ required : true
24
+ - type : textarea
25
+ attributes :
26
+ label : " Expected Behavior"
27
+ description : " A clear and concise description of what you expected to happen"
28
+ validations :
29
+ required : true
30
+ - type : textarea
31
+ attributes :
32
+ label : " Screenshots"
33
+ description : |
34
+ If applicable, add screenshots to help explain your problem
35
+
36
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in
37
+ validations :
38
+ required : false
39
+ - type : textarea
40
+ attributes :
41
+ label : " Device Information [optional]"
42
+ description : |
43
+ examples:
44
+ - **OS**: Ubuntu 20.04
45
+ - **Browser**: chrome
46
+ - **version**: 22
47
+ value : |
48
+ - OS:
49
+ - Browser:
50
+ - version:
51
+ render : markdown
52
+ validations :
53
+ required : false
54
+ - type : dropdown
55
+ attributes :
56
+ label : " Are you working on this issue?"
57
+ options :
58
+ - ' Yes'
59
+ - ' No'
60
+ validations :
61
+ required : true
Original file line number Diff line number Diff line change
1
+ name : " 💡 Community Workflow Suggestion"
2
+ description : " Suggest a new community workflow"
3
+ title : " 💡 Community Workflow proposal: "
4
+ labels : ["✨ Enhancement", "Status: Triage"]
5
+
6
+ body :
7
+ - type : textarea
8
+ attributes :
9
+ label : " Description"
10
+ description : " A clear and concise description of the suggested workflow"
11
+ validations :
12
+ required : true
13
+ - type : textarea
14
+ attributes :
15
+ label : " Objective"
16
+ description : " What is the main goal or purpose of this workflow?"
17
+ validations :
18
+ required : true
19
+ - type : textarea
20
+ attributes :
21
+ label : " Steps"
22
+ description : " List the steps of the suggested workflow"
23
+ placeholder : |
24
+ 1. Step 1
25
+ 2. Step 2
26
+ 3. Step 3
27
+ validations :
28
+ required : true
29
+ - type : textarea
30
+ attributes :
31
+ label : " Expected Outcome"
32
+ description : " A clear and concise description of what you expect to achieve with this workflow"
33
+ validations :
34
+ required : true
35
+ - type : textarea
36
+ attributes :
37
+ label : " Additional Context [optional]"
38
+ description : " Add any other context or information about the suggested workflow here"
39
+ validations :
40
+ required : false
You can’t perform that action at this time.
0 commit comments