From 53a1b4c4157552848b6cfab3e5860b6421169d3b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 15 Dec 2025 21:43:42 +0200 Subject: [PATCH] Fix --- .github/ISSUE_TEMPLATE/feature_request.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9b03996e..c48202da 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,32 +7,32 @@ body: description: > A clear and concise description of what the problem is. Example: I'm always frustrated when [...] - validations: - required: true + validations: + required: true - type: textarea attributes: label: Solution description: > A clear and concise description of what you want to happen. - validations: - required: true + validations: + required: true - type: textarea attributes: label: Alternatives description: > A clear and concise description of any alternative solutions or features you've considered. - validations: - required: false + validations: + required: false - type: textarea attributes: label: Additional context description: > Add any other context or screenshots about the feature request here. - validations: - required: false + validations: + required: false - type: markdown attributes: