-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(.github): revise version description & placeholder
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]) | ||
placeholder: ex. 2.4.2 (global installation) or @nextui-org/[email protected] (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/[email protected]) | ||
placeholder: ex. 2.4.2 | ||
validations: | ||
required: true | ||
- type: textarea | ||
|