Skip to content

Commit 38f0f4f

Browse files
committed
chore: add feature request issue template
1 parent 2b405c0 commit 38f0f4f

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: File a bug report.
33
title: "bug: "
44
labels: ["bug", "triage"]
55
assignees:
6-
- octocat
6+
- ankddev
77
body:
88
- type: markdown
99
attributes:

.github/ISSUE_TEMPLATE/feature.yml

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Feature request
2+
description: Request new feature to envfetch.
3+
title: "feat: "
4+
labels: ["feature", "triage"]
5+
assignees:
6+
- ankddev
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this feature request!
12+
- type: checkboxes
13+
id: requirements
14+
attributes:
15+
label: Requirements to open issue
16+
description: By submitting this issue, you follow that you are followed all of this steps
17+
options:
18+
- label: Searched for similar issues
19+
required: true
20+
- label: This is **feature request**. If you want to tell us about issue, choose another template
21+
required: true
22+
- type: textarea
23+
id: description
24+
attributes:
25+
label: Which feature do you want to add?
26+
description: Description of proposed feature.
27+
placeholder: Tell us what you want to add!
28+
value: "An awesome feature..."
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: proposed-solution
33+
attributes:
34+
label: How we can implement feature?
35+
description: You can add images, code blocks, etc.
36+
placeholder: Feature implementation.
37+
value: "We can add..."
38+
validations:
39+
required: false
40+
- type: checkboxes
41+
id: terms
42+
attributes:
43+
label: Code of Conduct
44+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
45+
options:
46+
- label: I agree to follow this project's Code of Conduct
47+
required: true

0 commit comments

Comments
 (0)