File tree 3 files changed +10
-15
lines changed 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ body:
25
25
label : Version
26
26
description : What version of our product are you running?
27
27
options :
28
- - 2.3.1 (Latest)
29
- - 2.3.0
28
+ - 2.4.1 (Latest)
29
+ - 2.4.0
30
+ - 2.3.x
30
31
- 2.2.x
32
+ - 2.1.0
33
+ - 2.0.x
31
34
- 1.x
32
- default : 0
33
35
validations :
34
36
required : true
35
37
- type : textarea
46
48
attributes :
47
49
label : Relevant log output
48
50
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
49
- render : text
50
- - type : markdown
51
- attributes :
52
- value : |
53
- If you need to attach a file, create the issue and add it as a comment.
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ body:
17
17
label : Version
18
18
description : What version of our product are you running?
19
19
options :
20
- - 2.3.1 (Latest)
21
- - 2.3.0
20
+ - 2.4.1 (Latest)
21
+ - 2.4.0
22
+ - 2.3.x
22
23
- 2.2.x
23
- - 2.1.x
24
+ - 2.1.0
24
25
- 2.0.x
25
26
- 1.x
26
- default : 0
27
27
validations :
28
28
required : false
29
29
- type : textarea
38
38
id : logs
39
39
attributes :
40
40
label : Relevant log output
41
- description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
42
- render : text
41
+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
Original file line number Diff line number Diff line change 14
14
options :
15
15
- Library
16
16
- App
17
- default : 0
18
17
validations :
19
18
required : true
20
19
- type : textarea
You can’t perform that action at this time.
0 commit comments