Skip to content

Commit 557e64e

Browse files
brunoborgesCopilot
andcommitted
Add feature request issue template
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 45fef80 commit 557e64e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Feature Request
3+
description: Suggest a new feature or improvement for the site
4+
title: "[Feature] "
5+
labels: ["enhancement"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## Suggest a feature
11+
12+
Have an idea to improve java.evolved? We'd love to hear it!
13+
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Describe the feature
18+
description: "A clear description of what you'd like to see"
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: motivation
24+
attributes:
25+
label: Why would this be useful?
26+
description: "Explain the problem it solves or the value it adds"
27+
28+
- type: textarea
29+
id: alternatives
30+
attributes:
31+
label: Alternatives considered
32+
description: "Have you considered any alternative solutions or workarounds?"

0 commit comments

Comments
 (0)