Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit fe4e1ff

Browse files
authored
Create feature_request.yaml
1 parent a2b81c0 commit fe4e1ff

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Module Feature Request
2+
description: Suggest an enhancement for an existing OpenGB module
3+
title: "[FEATURE] "
4+
labels: ["enhancement"]
5+
assignees: []
6+
body:
7+
- type: input
8+
id: module
9+
attributes:
10+
label: Module
11+
description: Which existing module is this feature request for? If requesting a new module, please use the _New Module Request_ issue template.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: feature-description
17+
attributes:
18+
label: Feature Description
19+
description: Provide a clear and concise description of the feature you'd like to see added
20+
placeholder: I would like to see...
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: use-case
26+
attributes:
27+
label: Use Case
28+
description: Explain the primary use case for this feature. How would it benefit users of the module?
29+
placeholder: This feature would be useful for...
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: proposed-implementation
35+
attributes:
36+
label: Proposed Implementation
37+
description: If you have ideas about how this feature could be implemented, please share them here
38+
placeholder: This feature could be implemented by...
39+
validations:
40+
required: false
41+
42+
- type: textarea
43+
id: alternatives
44+
attributes:
45+
label: Alternatives Considered
46+
description: Describe any alternative solutions or features you've considered
47+
placeholder: I've also thought about...
48+
validations:
49+
required: false
50+
51+
- type: textarea
52+
id: additional-context
53+
attributes:
54+
label: Additional Context
55+
description: Add any other context, examples, or screenshots about the feature request here
56+
validations:
57+
required: false

0 commit comments

Comments
 (0)