From 05fb85448ad4fb3dc7bdc268db057c8bdb3d03ab Mon Sep 17 00:00:00 2001 From: Willian Pinheiro Date: Fri, 29 Dec 2023 11:22:25 -0300 Subject: [PATCH] Evolve new tags template --- .github/DISCUSSION_TEMPLATE/new-tags.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/new-tags.yml b/.github/DISCUSSION_TEMPLATE/new-tags.yml index d470f34..ad49e5a 100644 --- a/.github/DISCUSSION_TEMPLATE/new-tags.yml +++ b/.github/DISCUSSION_TEMPLATE/new-tags.yml @@ -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" + \ No newline at end of file