Skip to content

Commit c433481

Browse files
committed
Add feature_request.yml
Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com>
1 parent cefa103 commit c433481

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: Feature Request
2+
description: Suggest a new feature or enhancement
3+
title: "[Feature] <brief description>"
4+
labels: [enhancement]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
### Got an idea?
12+
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
56+
required: true

0 commit comments

Comments
 (0)