Skip to content

Commit 3c66d28

Browse files
committed
chore: update issue template
1 parent 44dfee7 commit 3c66d28

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ body:
66
attributes:
77
value: |
88
Thanks for taking the time to fill out this bug report!
9+
- type: checkboxes
10+
id: plugins
11+
attributes:
12+
label: Related plugins
13+
description: Select the plugin which is related
14+
options:
15+
- label: |
16+
[plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react)
17+
- label: |
18+
[plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc)
919
- type: textarea
1020
id: bug-description
1121
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ body:
66
attributes:
77
value: |
88
Thanks for your interest in the project and taking the time to fill out this feature report!
9+
- type: checkboxes
10+
id: plugins
11+
attributes:
12+
label: Related plugins
13+
description: Select the plugin which is related
14+
options:
15+
- label: |
16+
[plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react)
17+
- label: |
18+
[plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc)
919
- type: textarea
1020
id: feature-description
1121
attributes:

0 commit comments

Comments
 (0)