From c5965fff890ec3880cca0874b977fda6fba64fe3 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 15 Dec 2025 21:44:28 +0200 Subject: [PATCH] Fix --- .github/ISSUE_TEMPLATE/feature_request.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/other.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c48202da..9794ceb3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,16 +4,16 @@ body: - type: textarea attributes: label: Problem - description: > + description: | A clear and concise description of what the problem is. - Example: I'm always frustrated when [...] + placeholder: I'm always frustrated when [...] validations: required: true - type: textarea attributes: label: Solution - description: > + description: | A clear and concise description of what you want to happen. validations: required: true @@ -21,7 +21,7 @@ body: - type: textarea attributes: label: Alternatives - description: > + description: | A clear and concise description of any alternative solutions or features you've considered. validations: required: false @@ -29,12 +29,12 @@ body: - type: textarea attributes: label: Additional context - description: > + description: | Add any other context or screenshots about the feature request here. validations: required: false - type: markdown attributes: - value: > + value: | Thanks for contributing! diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index 50377063..72d05b0a 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -4,7 +4,7 @@ body: - type: textarea attributes: label: Issue - description: > + description: | A clear and concise description of the question or issue validations: required: true @@ -21,5 +21,5 @@ body: required: false - type: markdown attributes: - value: > + value: | Thanks for contributing!