Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "\U0001F41E Bug report"
description: Report an issue with a plugin in this repository
description: Report an issue with a plugin or package in this repository
labels: [pending triage]
type: Bug
body:
Expand All @@ -10,8 +10,8 @@ body:
- type: checkboxes
id: plugins
attributes:
label: Related plugins
description: Select the plugin which is related
label: Related packages
description: Select the package which is related
options:
- label: |-
[plugin-babel](https://github.com/rolldown/plugins/tree/main/packages/babel)
Expand All @@ -23,6 +23,10 @@ body:
[plugin-styled-jsx](https://github.com/rolldown/plugins/tree/main/packages/styled-jsx)
- label: |-
[plugin-transform-imports](https://github.com/rolldown/plugins/tree/main/packages/transform-imports)
- label: |-
[oxc-unshadowed-visitor](https://github.com/rolldown/plugins/tree/main/packages/oxc-unshadowed-visitor)
- label: |-
[pluginutils](https://github.com/rolldown/plugins/tree/main/packages/pluginutils)
- type: textarea
id: bug-description
attributes:
Expand Down
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "\U0001F680 New feature proposal"
description: Propose a new feature to be added to a plugin in this repository
description: Propose a new feature to be added to a plugin or package in this repository
labels: ['pending triage']
type: Feature
body:
Expand All @@ -10,8 +10,8 @@ body:
- type: checkboxes
id: plugins
attributes:
label: Related plugins
description: Select the plugin which is related
label: Related packages
description: Select the package which is related
options:
- label: |-
[plugin-babel](https://github.com/rolldown/plugins/tree/main/packages/babel)
Expand All @@ -23,12 +23,16 @@ body:
[plugin-styled-jsx](https://github.com/rolldown/plugins/tree/main/packages/styled-jsx)
- label: |-
[plugin-transform-imports](https://github.com/rolldown/plugins/tree/main/packages/transform-imports)
- label: |-
[oxc-unshadowed-visitor](https://github.com/rolldown/plugins/tree/main/packages/oxc-unshadowed-visitor)
- label: |-
[pluginutils](https://github.com/rolldown/plugins/tree/main/packages/pluginutils)
- type: textarea
id: feature-description
attributes:
label: Description
description: 'Clear and concise description of the problem. Please make the reason and usecases as detailed as possible. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
placeholder: As a developer using [plugin name] plugin, I want [goal / wish] so that [benefit].
placeholder: As a developer using [package name], I want [goal / wish] so that [benefit].
validations:
required: true
- type: textarea
Expand Down
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
- '/- \[x\] \[plugin-styled-jsx\]/i'
'plugin: transform-imports':
- '/- \[x\] \[plugin-transform-imports\]/i'
'package: oxc-unshadowed-visitor':
- '/- \[x\] \[oxc-unshadowed-visitor\]/i'
'package: pluginutils':
- '/- \[x\] \[pluginutils\]/i'
Loading