Skip to content

Commit b991ab1

Browse files
committed
fix: issue template
1 parent 4585f8c commit b991ab1

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.github/ISSUE_TEMPLATE/tool-request.yml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,39 +31,35 @@ body:
3131
placeholder: e.g. a cli system trash manager, alternative to rm and trash-cli
3232
validations:
3333
required: true
34-
- type: input
34+
- type: textarea
3535
id: stars
3636
attributes:
3737
label: Stars
3838
description: Provide a link to stars badge
3939
placeholder: e.g. https://img.shields.io/github/stars/oberblastmeister/trashy?label=%E2%AD%90
4040
validations:
4141
required: true
42-
- type: input
42+
- type: textarea
4343
id: status
4444
attributes:
4545
label: Status
4646
description: Provide a link to status badge
4747
placeholder: e.g. https://img.shields.io/github/last-commit/oberblastmeister/trashy?label=%F0%9F%92%BB
4848
validations:
4949
required: true
50-
- type: input
50+
- type: textarea
5151
id: language
5252
attributes:
5353
label: Language
5454
description: Provide a link to language badge
5555
placeholder: e.g. https://img.shields.io/github/languages/top/oberblastmeister/trashy
5656
validations:
5757
required: true
58-
- type: markdown
58+
- type: textarea
59+
id: preview
5960
attributes:
60-
value: |
61-
### Preview:
62-
63-
> Link to tool's image/gif preview
64-
65-
<!--
66-
e.g.:
67-
68-
![preview](https://raw.githubusercontent.com/oberblastmeister/trashy/master/doc/trashy_demo_1.gif)
69-
-->
61+
label: Preview
62+
description: Provide a link to tool's image/gif preview
63+
placeholder: e.g. ![preview](https://raw.githubusercontent.com/oberblastmeister/trashy/master/doc/trashy_demo_1.gif)
64+
validations:
65+
required: true

0 commit comments

Comments
 (0)