mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
chore: Update theme creation form descriptions
Update the description fields in the theme creation form to include character limits. The "Name" field now has a maximum of 25 characters, and the "Description" field has a maximum of 100 characters. This ensures that users provide concise and relevant information when creating themes.
This commit is contained in:
parent
3301c5c23d
commit
acf43a8465
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
4
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
|
@ -7,7 +7,7 @@ body:
|
|||
id: name
|
||||
attributes:
|
||||
label: Name
|
||||
description: The name of the theme.
|
||||
description: The name of the theme. With a maximum of 25 characters.
|
||||
placeholder: Theme Name
|
||||
validations:
|
||||
required: true
|
||||
|
@ -15,7 +15,7 @@ body:
|
|||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A brief description of the theme.
|
||||
description: A brief description of the theme. With a maximum of 100 characters.
|
||||
placeholder: Theme Description
|
||||
validations:
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue