diff --git a/.github/DISCUSSION_TEMPLATE/new-tags.yml b/.github/DISCUSSION_TEMPLATE/new-tags.yml new file mode 100644 index 0000000..d470f34 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/new-tags.yml @@ -0,0 +1,9 @@ +labels: ["enhancement"] +body: +- type: input + attributes: + label: Tag name + description: "It must be in lower camel case, singular, and cannot already exist" + placeholder: "Example: landingPage" + validations: + required: true