You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
0 commit comments