Skip to content

Commit 6e98e4b

Browse files
authored
Add feature request issue template
1 parent cada255 commit 6e98e4b

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feature request
2+
description: Suggest an idea or improvement for Open Data Hub.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thanks for taking the time to suggest a feature or improvement.
8+
Please provide as much detail as possible below.
9+
10+
- type: textarea
11+
id: problem
12+
attributes:
13+
label: Problem or use case
14+
description: Clearly describe the problem you are trying to solve or the use case.
15+
placeholder: What problem are you facing?
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: solution
21+
attributes:
22+
label: Proposed solution
23+
description: Describe the solution or feature you would like to see.
24+
placeholder: What would you like to happen?
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: alternatives
30+
attributes:
31+
label: Alternatives considered
32+
description: Describe any alternative solutions or features you have considered.
33+
placeholder: Any alternatives you thought about?
34+
validations:
35+
required: false

0 commit comments

Comments
 (0)