Skip to content

Commit 0fc8e9a

Browse files
author
James Brundage
committed
feat: Example Issue Template ( Fixes #126 ) [skip ci]
1 parent b130b79 commit 0fc8e9a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/ISSUE_TEMPLATE/Link.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Link
2+
description: Add a Link
3+
labels: ["documentation"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Share a useful link
9+
- type: input
10+
id: Synopsis
11+
attributes:
12+
label: Synopsis
13+
description: A Short Description.
14+
validations:
15+
required: true
16+
- type: input
17+
id: Link
18+
attributes:
19+
label: Link
20+
description: The Link URL.
21+
validations:
22+
required: true
23+

0 commit comments

Comments
 (0)