File tree 1 file changed +74
-0
lines changed
1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Report an Issue or Bug with the Package
3
+ title : " [BUG] "
4
+ labels : ["Bug"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ We're sorry to hear you have a problem. Please help us solve it by providing the following details.
10
+
11
+ - type : textarea
12
+ id : current-code
13
+ attributes :
14
+ label : Minimal PHP Code Causing Issue
15
+ description : What is the code that you have currently and is causing issues?
16
+ placeholder : |
17
+ Post the code snippet here. Use markdown code formatting!
18
+ validations :
19
+ required : true
20
+
21
+ - type : textarea
22
+ id : applied-rules
23
+ attributes :
24
+ label : Applied rules
25
+ description : What Fractor rules were applied to the code?
26
+ placeholder : |
27
+ Please list all the rules that were applied to the code. You find them in the console output.
28
+ validations :
29
+ required : true
30
+
31
+ - type : textarea
32
+ id : expected-behaviour
33
+ attributes :
34
+ label : Expected Behaviour
35
+ description : How should Fractor change the code? Or should Fractor skip it?
36
+ placeholder : |
37
+ Post the code snippet here. Use diff here in Markdown: https://stackoverflow.com/a/40883538/1348344
38
+ validations :
39
+ required : true
40
+
41
+ - type : input
42
+ id : package-version
43
+ attributes :
44
+ label : Package Version
45
+ description : What version of Fractor are you running? Please be as specific as possible
46
+ placeholder : 0.1.2
47
+ validations :
48
+ required : true
49
+
50
+ - type : input
51
+ id : php-version
52
+ attributes :
53
+ label : PHP Version
54
+ description : What version of PHP are you running? Please be as specific as possible
55
+ placeholder : 8.2.0
56
+ validations :
57
+ required : true
58
+
59
+ - type : input
60
+ id : typo3-version
61
+ attributes :
62
+ label : TYPO3 Version
63
+ description : What version of TYPO3 are you running? Please be as specific as possible
64
+ placeholder : 12.4.0
65
+ validations :
66
+ required : false
67
+
68
+ - type : textarea
69
+ id : notes
70
+ attributes :
71
+ label : Notes
72
+ description : Use this field to provide any other notes that you feel might be relevant to the issue.
73
+ validations :
74
+ required : false
You can’t perform that action at this time.
0 commit comments