浏览代码

chore: add feature request issue form

Poly-Pixel 2 年之前
父节点
当前提交
92043c49f3
共有 1 个文件被更改,包括 25 次插入0 次删除
  1. 25 0
      .github/ISSUE_TEMPLATE/feature_request.yaml

+ 25 - 0
.github/ISSUE_TEMPLATE/feature_request.yaml

@@ -0,0 +1,25 @@
+name: Feature Request
+description: Suggest an idea for AppFlowy
+title: "[FR]: "
+body:
+  - type: textarea
+    id: desc
+    attributes:
+      label: Description
+      description: Describe your suggested feature and the main use cases
+    validations:
+      required: true
+      
+  - type: textarea
+    id: users
+    attributes:
+      label: Impact
+      description: What types of users can benefit from using the suggested feature?
+    validations:
+      required: true
+
+  - type: textarea
+    id: context
+    attributes:
+      label: Additional Context
+      description: Add any additonal context about the feature here