Skip to content

Commit 38386db

Browse files
committed
request feature issue template
1 parent 2f45ac5 commit 38386db

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: "Feature Request"
2+
title: "Feature: "
3+
description: Suggest an idea to improve this project.
4+
labels: ["✏️ Feature"]
5+
6+
body:
7+
- type: markdown
8+
id: recommendations
9+
attributes:
10+
value: |
11+
### Before you submit
12+
- Don't forget you can ask your questions in our [Discord server](https://gofiber.io/discord).
13+
- Write your issue clearly.
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: "Feature Description"
18+
description: "A clear and detailed description of the feature you would like to see added."
19+
placeholder: "Explain your feature clearly, and in detail."
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: snippet
24+
attributes:
25+
label: "Code Snippet (optional)"
26+
description: "Code snippet may be really helpful to describe some features."
27+
placeholder: "Share a code snippet to explain the feature better."
28+
render: go

0 commit comments

Comments
 (0)