Skip to content

Commit 4f4b9c7

Browse files
chore: Create feature.yml
1 parent edbfad7 commit 4f4b9c7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Feature Request
2+
description: Request a new feature be supported by this project
3+
title: "feat: <title>"
4+
5+
labels: []
6+
7+
assignees:
8+
- edgarrmondragon
9+
10+
body:
11+
- type: markdown
12+
attributes:
13+
value: |
14+
Thanks for taking the time to fill out feature request!
15+
- type: textarea
16+
id: what
17+
attributes:
18+
label: Description
19+
description: Describe the feature
20+
placeholder: Tell us about the new feature in detail, how it would benefit you or other users
21+
validations:
22+
required: true

0 commit comments

Comments
 (0)