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: Please ensure you've completed all of the following.
11
+
options:
12
+
- label: I have read the [Contributing Guidelines](https://github.com/EnAccess/Cicada-FW/blob/main/CONTRIBUTING.md) for this project, if it exists.
13
+
required: true
14
+
- label: I agree to follow the [Code of Conduct](https://github.com/EnAccess/Cicada-FW/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
15
+
required: true
16
+
- label: I have searched the [issue tracker](https://github.com/EnAccess/Cicada-FW/issues) for a feature request that matches the one I want to file, without success.
17
+
required: true
18
+
- type: textarea
19
+
attributes:
20
+
label: Problem Description
21
+
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
attributes:
26
+
label: Proposed Solution
27
+
description: Describe the solution you'd like in a clear and concise manner.
28
+
validations:
29
+
required: true
30
+
- type: textarea
31
+
attributes:
32
+
label: Alternatives Considered
33
+
description: A clear and concise description of any alternative solutions or features you've considered.
34
+
validations:
35
+
required: true
36
+
- type: textarea
37
+
attributes:
38
+
label: Additional Information
39
+
description: Add any other context about the problem here.
0 commit comments