From 50aaea4d33cd0cd1b23a0e0dfb0ec697e3bef5b4 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Thu, 13 Feb 2025 21:20:16 +0100 Subject: [PATCH] remove description --- .github/ISSUE_TEMPLATE/feature_request.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 39b10a08..d32fae1e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -28,8 +28,7 @@ body: id: problem_statement attributes: label: ❓ Is your feature request related to a problem? - description: "Provide a clear and concise description of the issue you're facing. Example: 'I'm always frustrated when [...]'" - placeholder: "Describe the problem here..." + placeholder: "Provide a clear and concise description of the issue you're facing. Example: 'I'm always frustrated when [...]'" validations: required: false @@ -37,8 +36,7 @@ body: id: proposed_solution attributes: label: 💡 Describe the solution you'd like - description: "Provide a clear and concise description of what you want to happen." - placeholder: "Describe the ideal solution here..." + placeholder: "Provide a clear and concise description of what you want to happen." validations: required: true @@ -46,8 +44,7 @@ body: id: alternatives attributes: label: 🔄 Describe alternatives you've considered - description: "Provide details on any alternative solutions or features you've thought about." - placeholder: "Describe any alternatives here..." + placeholder: "Provide details on any alternative solutions or features you've thought about." validations: required: false @@ -55,7 +52,6 @@ body: id: additional_context attributes: label: 🖼️ Additional context - description: "Include screenshots, code blocks (use triple backticks ```), or any other relevant information." - placeholder: "Provide additional details here..." + placeholder: "Include screenshots, code blocks (use triple backticks ```), or any other relevant information." validations: required: false \ No newline at end of file