File tree Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : Report a bug so we can get to squashing it.
3
+ labels : bug
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ Thanks for taking the time to fill out this bug report!
9
+ - type : textarea
10
+ attributes :
11
+ label : Description
12
+ description : Please write a brief description of the bug, including what you expect to happen and what is currently happening.
13
+ placeholder : |
14
+ Feature '...' is not working properly. I expect '...' to happen, but '...' happens instead
15
+ validations :
16
+ required : true
17
+
18
+ - type : textarea
19
+ attributes :
20
+ label : Step-by-step reproduction instructions
21
+ description : Please write the steps needed to reproduce the bug.
22
+ placeholder : |
23
+ 1. Go to '...'
24
+ 2. Click on '...'
25
+ 3. Scroll down to '...'
26
+ validations :
27
+ required : true
28
+
29
+ - type : textarea
30
+ attributes :
31
+ label : Screenshots, screen recording, code snippet or Help Scout ticket
32
+ description : |
33
+ If possible, please upload a screenshot or screen recording which demonstrates the bug.
34
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
35
+ Tip: You can include links to customer Help Scout support thread.
36
+ validations :
37
+ required : false
38
+
39
+ - type : input
40
+ attributes :
41
+ label : Environment info
42
+ description : |
43
+ Please share a https://pastebin.com/ link of your system details by going to site Admin -> Tools -> Site Health -> Info and Copy to Clipboard
44
+ placeholder : pastebin.com/ ...
45
+ validations :
46
+ required : false
47
+
48
+ - type : dropdown
49
+ id : regression
50
+ attributes :
51
+ label : Is the issue you are reporting a regression
52
+ description : |
53
+ i.e, a previously working feature/functionality is now broken?
54
+ By specifying whether or not your issue is a regression, it will help the development team to more effectively diagnose and resolve the problem.
55
+
56
+ multiple : false
57
+ options :
58
+ - ' No'
59
+ - ' Yes, this is a regression.'
60
+ validations :
61
+ required : true
62
+
You can’t perform that action at this time.
0 commit comments