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
Share your feature request or enhancement so we can consider adding it.
13
+
14
+
- type: input
15
+
id: use_case
16
+
attributes:
17
+
label: Use Case
18
+
description: What problem does this feature solve?
19
+
placeholder: "I'm trying to..."
20
+
validations:
21
+
required: true
22
+
23
+
- type: textarea
24
+
id: proposal
25
+
attributes:
26
+
label: Feature Proposal
27
+
description: Describe the feature you’d like to see.
28
+
placeholder: "I would like to see..."
29
+
validations:
30
+
required: true
31
+
32
+
- type: textarea
33
+
id: alternatives
34
+
attributes:
35
+
label: Alternatives Considered
36
+
description: Have you considered any alternatives or workarounds?
37
+
placeholder: "I've tried..."
38
+
validations:
39
+
required: false
40
+
41
+
- type: textarea
42
+
id: additional_context
43
+
attributes:
44
+
label: Additional Context
45
+
description: Add screenshots, examples, or any other helpful information.
46
+
validations:
47
+
required: false
48
+
49
+
- type: checkboxes
50
+
id: terms
51
+
attributes:
52
+
label: Code of Conduct
53
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/fetch-rewards/swift-mocking/blob/main/CODE_OF_CONDUCT.md).
54
+
options:
55
+
- label: I agree to follow this project's Code of Conduct
0 commit comments