File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,28 @@ body:
21
21
label : Version
22
22
description : The version of smooth-scrollbar.
23
23
- type : textarea
24
+ validations :
25
+ required : true
24
26
attributes :
25
27
label : Description
26
28
description : Describe the bug and the expected behavior.
29
+ placeholder : |
30
+ **Summary**
31
+ ...
32
+
33
+ **Expected Behavior**
34
+ ...
35
+ - type : textarea
27
36
validations :
28
37
required : true
29
- - type : textarea
30
38
attributes :
31
39
label : Steps to Reproduce
32
40
description : Tell us how to reproduce it.
33
- validations :
34
- required : true
41
+ placeholder : |
42
+ 1. ...
43
+ 2. ...
35
44
- type : input
36
45
attributes :
37
- label : Online Demo (Optional but Recommended)
38
- description : Provide a URL to an online demo that reproduces the bug.
46
+ label : Online Demo
47
+ description : Provide a URL to an online demo that reproduces the bug. (Optional but recommended)
39
48
placeholder : " https://codesandbox.io/your-project"
You can’t perform that action at this time.
0 commit comments