Skip to content

Commit 28b0a78

Browse files
committed
Update FEATURE_REQUEST.yml
1 parent 7bc9741 commit 28b0a78

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
name: Feature Request
2-
description: Request a new feature.
1+
name: Feature
2+
description: Request or implement a feature.
33
title: "[Version] [Mod Loader] [Feature]: "
44
assignees:
55
- Edouard127
66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
We appreciate you taking the time to request a feature. Please fill out the information below to the best of your ability.
11-
Before submitting your issue, please check to see if it has already been requested.
10+
Before submitting your feature, please check to see if it has already been requested.
1211
- type: textarea
1312
id: feature-idea
1413
attributes:
15-
label: Feature Idea
16-
placeholder: Tell us what feature you would like to see
17-
value: "I would like to see a new feature that allows me to do X"
14+
label: Feature
15+
value: "I would like to implement a feature that..."
1816
validations:
1917
required: true
2018
- type: textarea
@@ -28,7 +26,6 @@ body:
2826
label: Pull Request
2927
options:
3028
- label: I will be submitting a pull request
31-
required: true
3229
- type: checkboxes
3330
id: terms
3431
attributes:

0 commit comments

Comments
 (0)