From e47399c61bddc4044085b664f8269e4bef39a002 Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Wed, 13 May 2026 12:33:15 +0900 Subject: [PATCH] chore: add non-plugin packages to issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++--- .github/ISSUE_TEMPLATE/feature_request.yml | 12 ++++++++---- .github/labeler.yml | 4 ++++ 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c2f8518..fd4aba2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: @@ -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) @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ac3921b..f6c6a41 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: @@ -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) @@ -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 diff --git a/.github/labeler.yml b/.github/labeler.yml index 2785c4a..46c6970 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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'