Skip to content

Commit 92043c4

Browse files
committed
chore: add feature request issue form
1 parent 6c58a27 commit 92043c4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Feature Request
2+
description: Suggest an idea for AppFlowy
3+
title: "[FR]: "
4+
body:
5+
- type: textarea
6+
id: desc
7+
attributes:
8+
label: Description
9+
description: Describe your suggested feature and the main use cases
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
id: users
15+
attributes:
16+
label: Impact
17+
description: What types of users can benefit from using the suggested feature?
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: context
23+
attributes:
24+
label: Additional Context
25+
description: Add any additonal context about the feature here

0 commit comments

Comments
 (0)