Skip to content

Commit 1225c2d

Browse files
Update and rename feature_request.md to feature_request.yml
1 parent c175b05 commit 1225c2d

File tree

2 files changed

+35
-20
lines changed

2 files changed

+35
-20
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: 💡 Feature Request
2+
description: Suggest an interesting feature idea for this project
3+
title: "💡[FEATURE] <title>"
4+
labels: ["enhancement", "goal: addition"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: A clear and concise description of features you want to add.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Screenshots
17+
description: Include relevant screenshots if applicable
18+
validations:
19+
required: false
20+
- type: checkboxes
21+
id: no-duplicate-issues
22+
attributes:
23+
label: "Checklist"
24+
options:
25+
- label: "I have checked the existing issues."
26+
required: true
27+
28+
- label: "I have read the Contributing Guidelines"
29+
required: true
30+
31+
- label: "I have read the Code Of Conduct"
32+
required: true
33+
34+
- label: "The changes don't break the code"
35+
required: true

0 commit comments

Comments
 (0)