8000 Update feature_request.yml · anshvert/TheAlgorithms-Website@e501347 · GitHub
[go: up one dir, main page]

Skip to content

Commit e501347

Browse files
Update feature_request.yml
1 parent c048f07 commit e501347

File tree

1 file changed

+51
-7
lines changed

1 file changed

+51
-7
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 51 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,67 @@ description: Suggest an idea for this project.
33
title: "[FEATURE] <description>"
44
labels: [enhancement]
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Before You Start
10+
- Please search the issues (open/closed) to see if your idea has already been suggested.
11+
- If an existing issue is similar to your feature request, consider contributing to it.
12+
- Screenshots or mockups can greatly help illustrate your ideas. You can add these in the 'Screenshots/Mockups' section below.
13+
14+
- type: textarea
15+
id: summary
16+
attributes:
17+
label: Summary
18+
description: Briefly describe the feature you want to be implemented.
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: motivation
24+
attributes:
25+
label: Motivation
26+
description: Why do you think this feature will be beneficial?
27+
validations:
28+
required: true
29+
630
- type: textarea
7-
id: description
31+
id: detailed-description
832
attributes:
9-
label: Description of the feature request
10-
description: Provide a detailed description of the change or addition you are proposing
33+
label: Detailed Description
34+
description: Provide a detailed description of the proposed feature.
1135
validations:
1236
required: true
37+
1338
- type: textarea
1439
id: screenshots
1540
attributes:
16-
label: Add screenshots of the feature request (if applicable)
41+
label: Screenshots/Mockups (if applicable)
42+
description: Provide URLs of your uploaded screenshots or mockups, if any.
1743
validations:
1844
required: false
45+
46+
- type: textarea
47+
id: additional-context
48+
attributes:
49+
label: Additional Context
50+
description: Any other context or information that might be helpful.
51+
validations:
52+
required: false
53+
54+
- type: checkboxes
55+
id: existing-issues
56+
attributes:
57+
label: Existing Issues
58+
description: Did you check if this request has already been reported?
59+
options:
60+
- label: I have checked existing issues (open and closed) for duplicates
61+
required: true
62+
1963
- type: textarea
20-
id: context
64+
id: alternatives
2165
attributes:
22-
label: Additional information/context
23-
description: Is there anything else we should know about this feature?
66+
label: Alternatives Considered
67+
description: What alternative solutions or features have you considered?
2468
validations:
2569
required: false

0 commit comments

Comments
 (0)
0