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 an new feature or improvement for this project.
3
+
title: "[Feature] "
4
+
labels: [ "enhancement" ]
5
+
projects: [ "lua-wow/1" ]
6
+
assignees:
7
+
- pedrozc90
8
+
9
+
body:
10
+
- type: markdown
11
+
attributes:
12
+
value: |
13
+
Thanks for suggesting a feature! Please provide the necessary details below.
14
+
15
+
- type: input
16
+
id: feature_summary
17
+
attributes:
18
+
label: Feature Summary
19
+
description: Provide a brief overview of the feature you are suggesting.
20
+
placeholder: "Summarize your feature idea here..."
21
+
validations:
22
+
required: true
23
+
24
+
- type: textarea
25
+
id: problem_description
26
+
attributes:
27
+
label: Problem Description
28
+
description: |
29
+
What problem is your feature request addressing? Explain the current situation, pain points, or limitations that your feature could solve.
30
+
placeholder: "Describe the problem here..."
31
+
32
+
- type: textarea
33
+
id: proposed_solution
34
+
attributes:
35
+
label: Proposed Solution
36
+
description: |
37
+
Describe your proposed solution in detail. How would this feature work? If possible, provide examples or use cases for better understanding.
38
+
placeholder: "Describe the solution here..."
39
+
validations:
40
+
required: true
41
+
42
+
- type: textarea
43
+
id: alternatives_considered
44
+
attributes:
45
+
label: Alternatives Considered
46
+
description: |
47
+
Have you considered any alternative solutions or workarounds? If yes, please describe them and explain why they wouldn't work as well as your proposal.
48
+
placeholder: "Describe any alternative solutions here..."
49
+
50
+
- type: textarea
51
+
id: additional_context
52
+
attributes:
53
+
label: Additional Context
54
+
description: |
55
+
Any other context, information, or screenshots that might be helpful for understanding or implementing the feature.
56
+
placeholder: "Add any other relevant information here."
0 commit comments