File tree Expand file tree Collapse file tree 3 files changed +105
-35
lines changed Expand file tree Collapse file tree 3 files changed +105
-35
lines changed Original file line number Diff line number Diff line change 1+ name : Tool request
2+ description : File a tool request
3+ title : " [add]: "
4+ labels : ["enhancement"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ <!-- Thanks for taking the time to fill out this tool request! -->
10+ - type : input
11+ id : name
12+ attributes :
13+ label : Name
14+ description : Please name the tool
15+ placeholder : e.g. trashy
16+ validations :
17+ required : true
18+ - type : input
19+ id : source
20+ attributes :
21+ label : Source
22+ description : Provide url to the source code
23+ placeholder : e.g. https://github.com/oberblastmeister/trashy
24+ validations :
25+ required : true
26+ - type : textarea
27+ id : description
28+ attributes :
29+ label : Description
30+ description : Provide a description for the tool
31+ placeholder : e.g. a cli system trash manager, alternative to rm and trash-cli
32+ validations :
33+ required : true
34+ - type : input
35+ id : stars
36+ attributes :
37+ label : Stars
38+ description : Provide a link to stars badge
39+ placeholder : e.g. https://img.shields.io/github/stars/oberblastmeister/trashy?label=%E2%AD%90
40+ validations :
41+ required : true
42+ - type : input
43+ id : status
44+ attributes :
45+ label : Status
46+ description : Provide a link to status badge
47+ placeholder : e.g. https://img.shields.io/github/last-commit/oberblastmeister/trashy?label=%F0%9F%92%BB
48+ validations :
49+ required : true
50+ - type : input
51+ id : language
52+ attributes :
53+ label : Language
54+ description : Provide a link to language badge
55+ placeholder : e.g. https://img.shields.io/github/languages/top/oberblastmeister/trashy
56+ validations :
57+ required : true
58+ - type : markdown
59+ attributes :
60+ value : |
61+ ### Preview:
62+
63+ > Link to tool's image/gif preview
64+
65+ <!--
66+ e.g.:
67+
68+ 
69+ -->
Original file line number Diff line number Diff line change 1+ .vscode /
You can’t perform that action at this time.
0 commit comments