Skip to content

Commit 2aa044c

Browse files
committed
feat: add support for '@enum-plus/plugin-next-international' in issue templates
1 parent 2ad4513 commit 2aa044c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ body:
3232
- '@enum-plus/plugin-i18next-vue'
3333
- '@enum-plus/plugin-vue-i18n'
3434
- '@enum-plus/plugin-angular'
35+
- '@enum-plus/plugin-next-international'
3536
- other
3637
validations:
3738
required: true
@@ -110,6 +111,21 @@ body:
110111
validations:
111112
required: true
112113

114+
- type: textarea
115+
id: tsconfig-content
116+
attributes:
117+
label: tsconfig.json (Optional)
118+
description: Please provide the core content of your tsconfig.json file, if your issue is related to TypeScript features. Some sensitive information should be omitted. This is optional but can help in diagnosing the issue.
119+
placeholder: |
120+
The core content of your tsconfig.json, e.g.:
121+
{
122+
"compilerOptions": {
123+
"target": "ES2016",
124+
"module": "NodeNext",
125+
"moduleResolution": "NodeNext"
126+
}
127+
}
128+
113129
# Operating system
114130
- type: dropdown
115131
id: os

.github/ISSUE_TEMPLATE/4-feature_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ body:
3737
- '@enum-plus/plugin-i18next-vue'
3838
- '@enum-plus/plugin-vue-i18n'
3939
- '@enum-plus/plugin-angular'
40+
- '@enum-plus/plugin-next-international'
4041
- other
4142
validations:
4243
required: true

0 commit comments

Comments
 (0)