File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -31,39 +31,35 @@ body:
31
31
placeholder : e.g. a cli system trash manager, alternative to rm and trash-cli
32
32
validations :
33
33
required : true
34
- - type : input
34
+ - type : textarea
35
35
id : stars
36
36
attributes :
37
37
label : Stars
38
38
description : Provide a link to stars badge
39
39
placeholder : e.g. https://img.shields.io/github/stars/oberblastmeister/trashy?label=%E2%AD%90
40
40
validations :
41
41
required : true
42
- - type : input
42
+ - type : textarea
43
43
id : status
44
44
attributes :
45
45
label : Status
46
46
description : Provide a link to status badge
47
47
placeholder : e.g. https://img.shields.io/github/last-commit/oberblastmeister/trashy?label=%F0%9F%92%BB
48
48
validations :
49
49
required : true
50
- - type : input
50
+ - type : textarea
51
51
id : language
52
52
attributes :
53
53
label : Language
54
54
description : Provide a link to language badge
55
55
placeholder : e.g. https://img.shields.io/github/languages/top/oberblastmeister/trashy
56
56
validations :
57
57
required : true
58
- - type : markdown
58
+ - type : textarea
59
+ id : preview
59
60
attributes :
60
- value : |
61
- ### Preview:
62
-
63
- > Link to tool's image/gif preview
64
-
65
- <!--
66
- e.g.:
67
-
68
- 
69
- -->
61
+ label : Preview
62
+ description : Provide a link to tool's image/gif preview
63
+ placeholder : e.g. 
64
+ validations :
65
+ required : true
You can’t perform that action at this time.
0 commit comments