From 76854d24a36c7f9d3188159ebffcdfe025573601 Mon Sep 17 00:00:00 2001 From: WK Wong Date: Wed, 19 Jun 2024 12:21:08 +0800 Subject: [PATCH 1/2] refactor(.github): revise version description & placeholder --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f8829f8896..17f89f3995 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,7 +28,9 @@ body: description: | Please provide the version of NextUI you are using. You can find the version number in the package.json file. - placeholder: ex. 2.0.10 + If you are using global installation, please state the version only. (e.g. 2.4.2) + If you are using individual installation, please state the package name as well. (e.g. @nextui-org/button@2.0.34) + placeholder: ex. 2.4.2 (global installation) or @nextui-org/button@2.0.34 (individual installation) validations: required: true - type: textarea From e9ffd198f984c57f20f71f5488d01fafa2c70865 Mon Sep 17 00:00:00 2001 From: WK Wong Date: Wed, 19 Jun 2024 12:25:10 +0800 Subject: [PATCH 2/2] refactor(.github): revise version description & placeholder --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 17f89f3995..9be474eebb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,9 +28,9 @@ body: description: | Please provide the version of NextUI you are using. You can find the version number in the package.json file. - If you are using global installation, please state the version only. (e.g. 2.4.2) - If you are using individual installation, please state the package name as well. (e.g. @nextui-org/button@2.0.34) - placeholder: ex. 2.4.2 (global installation) or @nextui-org/button@2.0.34 (individual installation) + For global installation, please state the version only. (e.g. 2.4.2) + For individual installation, please state the package name as well. (e.g. @nextui-org/button@2.0.34) + placeholder: ex. 2.4.2 validations: required: true - type: textarea