Skip to content

Commit 81a47f0

Browse files
committed
📋 Created Feature request form
1 parent 8e0127f commit 81a47f0

2 files changed

Lines changed: 41 additions & 20 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
4+
labels: ["new feature"]
5+
assignees:
6+
- spikehidden
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Fill out this form to request a new feature.
12+
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Describe the feature
17+
description: |
18+
A clear and concise description of what shall be added.
19+
placeholder: ex. I'd like to be able to do [...] so I can [...]
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: alternative
25+
attributes:
26+
label: Alternatives
27+
description: |
28+
Describe alternatives you've considered.
29+
Like maybe other Denizen Scripts which does somthing similar or
30+
which we should use features of.
31+
(Do not ask for compatibility for actual Plugins that are not from Denizen/Citizen unless you want to be able to get data from user data in YAML files.)
32+
validations:
33+
required: false
34+
35+
- type: textarea
36+
id: context
37+
attributes:
38+
label: More context
39+
description: Add any other context or screenshots about the feature request here.
40+
validations:
41+
required: false

0 commit comments

Comments
 (0)