We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9956b1 commit 1527d95Copy full SHA for 1527d95
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -5,6 +5,14 @@ labels:
5
- triage
6
- bug
7
body:
8
+ - type: checkboxes
9
+ id: duplication
10
+ attributes:
11
+ label: 请先搜索是否存在类似提交
12
+ options:
13
+ - label: 我确定这个提交不是重复的
14
+ validations:
15
+ required: true
16
- type: checkboxes
17
id: platform
18
attributes:
@@ -21,8 +29,6 @@ body:
21
29
- label: Web 平台(H5)
22
30
- label: 移动端(React-Native)
23
31
- label: 鸿蒙(harmony)
24
- validations:
25
- required: true
26
32
- type: input
27
33
id: library
28
34
.github/ISSUE_TEMPLATE/feature_request.yml
- feat
- type: textarea
id: feature
0 commit comments