Skip to content

Commit

Permalink
Evolve new tags template
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Dec 29, 2023
1 parent 2c79138 commit 05fb854
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/DISCUSSION_TEMPLATE/new-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@ labels: ["enhancement"]
body:
- type: input
attributes:
label: Tag name
label: "Tag name"
description: "It must be in lower camel case, singular, and cannot already exist"
placeholder: "Example: landingPage"
validations:
required: true
- type: textarea
attributes:
label: "Use cases"
description: "Give a description of use cases for this tag"
placeholder: "Example: This tag can be associated with any section of a landing page, such as hero section, FAQ section and pricing section"
validations:
required: true
- type: textarea
attributes:
label: "Screenshots"
description: "Add screenshots demonstrating UI examples for the tag"

0 comments on commit 05fb854

Please sign in to comment.