Skip to content

Commit 212ad04

Browse files
committed
chore: add scope to issue templates
1 parent 9f54d35 commit 212ad04

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@ body:
1616
1. Please make sure you have tried to reproduce this issue with the latest version of enum-plus.
1717
2. Please check existing open or closed issues to ensure this issue is not a duplicate or has already been fixed.
1818
19+
# Choose a package scope
20+
- type: dropdown
21+
id: scope
22+
attributes:
23+
label: Package Scope
24+
description: Which package is this issue related to?
25+
options:
26+
- Please select a package
27+
- enum-plus (core)
28+
- '@enum-plus/plugin-antd'
29+
- '@enum-plus/plugin-i18next'
30+
- '@enum-plus/plugin-react-i18next'
31+
- '@enum-plus/plugin-react'
32+
- '@enum-plus/plugin-i18next-vue'
33+
- '@enum-plus/plugin-vue-i18n'
34+
- '@enum-plus/plugin-angular'
35+
- other
36+
validations:
37+
required: true
38+
1939
# Issue description
2040
- type: textarea
2141
id: description

.github/ISSUE_TEMPLATE/4-feature_request.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: '🚀 Feature Request'
22
description: 'Suggest a new feature or improvement'
3-
title: '[Request]: '
3+
title: '[Feature Request]: '
44
labels: ['enhancement']
55

66
body:
@@ -18,6 +18,26 @@ body:
1818
validations:
1919
required: true
2020

21+
# Choose a package scope
22+
- type: dropdown
23+
id: scope
24+
attributes:
25+
label: Package Scope
26+
description: Which package is this issue related to?
27+
options:
28+
- Please select a package
29+
- enum-plus (core)
30+
- '@enum-plus/plugin-antd'
31+
- '@enum-plus/plugin-i18next'
32+
- '@enum-plus/plugin-react-i18next'
33+
- '@enum-plus/plugin-react'
34+
- '@enum-plus/plugin-i18next-vue'
35+
- '@enum-plus/plugin-vue-i18n'
36+
- '@enum-plus/plugin-angular'
37+
- other
38+
validations:
39+
required: true
40+
2141
- type: textarea
2242
id: feature
2343
attributes:

0 commit comments

Comments
 (0)