File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,18 @@ body:
51
51
description : >-
52
52
Please provide a clear and concise description of what issue you are
53
53
experiencing.
54
- render : Markdown
55
54
validations :
56
55
required : true
57
56
- type : textarea
58
57
id : reproduction-steps
59
58
attributes :
60
59
label : Steps to Reproduce
61
60
description : Please provide simple steps to reproduce the behavior.
62
- placeholder : 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error
63
- render : Markdown
61
+ placeholder : >-
62
+ 1. Go to '...'
63
+ 2. Click on '....'
64
+ 3. Scroll down to '....'
65
+ 4. See error
64
66
validations :
65
67
required : true
66
68
- type : textarea
69
71
label : Expected Behavior
70
72
description : Please describe the behavior that you expected to see or happen.
71
73
placeholder : I expected the plugin to...
72
- render : Markdown
73
74
validations :
74
75
required : true
75
76
- type : markdown
Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ body:
11
11
If your feature request is related to a problem, please provide clear
12
12
and concise description the problem.
13
13
placeholder : ' I'' m always frustrated when...'
14
- render : Markdown
15
14
- type : textarea
16
15
attributes :
17
16
label : Describe the Feature you'd Like
18
17
description : >-
19
18
Please provide a clear and concise description of the feature that you
20
19
would like.
21
20
placeholder : I would like the plugin to be able to do...
22
- render : Markdown
23
21
validations :
24
22
required : true
25
23
- type : textarea
You can’t perform that action at this time.
0 commit comments