Skip to content

Commit cfdaed9

Browse files
feat: replace addition.md with addition.yml issue template
1 parent 5b53e02 commit cfdaed9

2 files changed

Lines changed: 40 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/addition.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Addition
2+
description: Is something missing from this list?
3+
title: Add <project-name>
4+
assignees:
5+
- FabulousCodingFox
6+
labels:
7+
- addition
8+
body:
9+
- type: dropdown
10+
id: project-type
11+
attributes:
12+
label: Project type
13+
options:
14+
- Decoration
15+
- Protection
16+
- Hardware
17+
- Software
18+
- Other
19+
validations:
20+
required: true
21+
- type: input
22+
id: project-name
23+
attributes:
24+
label: Project name
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: project-description
29+
attributes:
30+
label: Project description
31+
description: >-
32+
Please provide a brief introduction to the project, along with links to
33+
its forum post, GitHub repository, and any other relevant sources.
34+
validations:
35+
required: true
36+
- type: markdown
37+
attributes:
38+
value: >-
39+
This template was generated with [Issue Forms
40+
Creator](https://issue-forms-creator.netlify.app)

0 commit comments

Comments
 (0)