Skip to content

Commit d3cf377

Browse files
Update and rename feature_request.md to feature_request.yml
1 parent af79433 commit d3cf377

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: Create a report to help us improve (search for duplicates first)
3+
labels: feature request
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Feature description
8+
description: Explain clearly
9+
placeholder: |
10+
Tell us here about the feature
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Logs
16+
description: Provide logs [Optional]
17+
placeholder: |
18+
example_log.txt
19+
validations:
20+
required: false
21+
- type: checkboxes
22+
attributes:
23+
label: Issue tracker rule checks (please read carefully)
24+
options:
25+
- label: "I have checked that this feature <a href='https://github.com/PSGitHubUser1/Windows-Essentials-Apps-Installer/issues' target='_blank'>is not already asked.</a>"
26+
required: true
27+
- label: "I have checked that this feature is not already implemented"
28+
required: true

0 commit comments

Comments
 (0)