Skip to content

Commit 4585f8c

Browse files
authored
Merge pull request ibraheemdev#12 from yozachar/workshop
chore: re-format readme, adds issue template
2 parents 92213bc + aef9586 commit 4585f8c

File tree

3 files changed

+105
-35
lines changed

3 files changed

+105
-35
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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+
![preview](https://raw.githubusercontent.com/oberblastmeister/trashy/master/doc/trashy_demo_1.gif)
69+
-->

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode/

0 commit comments

Comments
 (0)