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
|
id: name
|
||||||
attributes:
|
attributes:
|
||||||
label: Name
|
label: Name
|
||||||
description: The name of the theme.
|
description: The name of the theme. With a maximum of 25 characters.
|
||||||
placeholder: Theme Name
|
placeholder: Theme Name
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -15,7 +15,7 @@ body:
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
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
|
placeholder: Theme Description
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue