From 963bb37adf48b9ca46d200925f97b77cdd5c9366 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:17:30 -0600 Subject: [PATCH] chore: update feature request template to improve clarity and remove required fields --- .github/ISSUE_TEMPLATE/feature-request.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 3c4afc68..6d519391 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -29,16 +29,14 @@ body: - type: textarea attributes: label: Resources - description: List the resources, technologies, frameworks, or tools included in this template + description: List the resources, links, or any other information that would be helpful to know about the template placeholder: | - - React 18 - - TypeScript - - Tailwind CSS - - Vite - - ESLint - - Prettier + - Link to the template + - Link to the documentation + - Link to the repository + - Link to the website validations: - required: true + required: false - type: textarea attributes: @@ -47,7 +45,7 @@ body: placeholder: | This template is perfect for creating modern web applications with React and TypeScript... validations: - required: true + required: false - type: dropdown attributes: