Skip to content

Commit 1527d95

Browse files
committed
chore: check duplication [no ci]
1 parent d9956b1 commit 1527d95

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ labels:
55
- triage
66
- bug
77
body:
8+
- type: checkboxes
9+
id: duplication
10+
attributes:
11+
label: 请先搜索是否存在类似提交
12+
options:
13+
- label: 我确定这个提交不是重复的
14+
validations:
15+
required: true
816
- type: checkboxes
917
id: platform
1018
attributes:
@@ -21,8 +29,6 @@ body:
2129
- label: Web 平台(H5)
2230
- label: 移动端(React-Native)
2331
- label: 鸿蒙(harmony)
24-
validations:
25-
required: true
2632
- type: input
2733
id: library
2834
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ labels:
55
- triage
66
- feat
77
body:
8+
- type: checkboxes
9+
id: duplication
10+
attributes:
11+
label: 请先搜索是否存在类似提交
12+
options:
13+
- label: 我确定这个提交不是重复的
14+
validations:
15+
required: true
816
- type: textarea
917
id: feature
1018
attributes:

0 commit comments

Comments
 (0)