Skip to content

Commit 2642d1c

Browse files
committed
docs: create issue template feature_request.yml
1 parent 6c40244 commit 2642d1c

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: Feature Request
2+
description: Suggest a new feature or enhancement for Number Systems Converter
3+
labels: ["enhancement", "triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please follow our [Contributing Guidelines](https://github.com/VoxDroid/Number-Systems-Converter/blob/main/CONTRIBUTING.md). Do not post unverified links or promotional content, as they will be considered spam and may lead to restrictions.
9+
- type: checkboxes
10+
id: guidelines
11+
attributes:
12+
label: Guidelines
13+
description: Confirm that you have read and agree to follow our guidelines.
14+
options:
15+
- label: I have read the [Contributing Guidelines](https://github.com/VoxDroid/Number-Systems-Converter/blob/main/CONTRIBUTING.md) and agree to follow them.
16+
required: true
17+
- type: textarea
18+
id: feature-description
19+
attributes:
20+
label: Feature Description
21+
description: Describe the feature and why it would be useful.
22+
placeholder: Explain the feature...
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: use-case
27+
attributes:
28+
label: Use Case
29+
description: Provide examples of how this feature would be used.
30+
placeholder: Describe scenarios where this feature would help...
31+
validations:
32+
required: false
33+
- type: textarea
34+
id: challenges
35+
attributes:
36+
label: Potential Challenges
37+
description: Any challenges or considerations for implementing this feature?
38+
placeholder: Note any technical or design challenges...
39+
validations:
40+
required: false
41+
- type: dropdown
42+
id: feature-type
43+
attributes:
44+
label: Feature Type
45+
description: What type of feature is this?
46+
options:
47+
- Functionality
48+
- User Interface
49+
- Performance
50+
- Other
51+
default: 0
52+
validations:
53+
required: true

0 commit comments

Comments
 (0)