From 3d9e8d45b70d30e4f685fd1254014c0a839a8131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Mon, 5 Jun 2023 13:29:32 +0200 Subject: [PATCH] fix: Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a1ea000..82a57ac 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -28,15 +28,15 @@ body: validations: required: false - type: dropdown - attributes: - label: Contributing - multiple: false - options: - - "Yes, I am willing to help implement this feature in a PR" - - "No, I am afraid I cannot help regarding this" - validations: - required: true - - type: markdown - attributes: - value: | - It takes a lot of work and time maintaining this project; any contribution is welcomed \ No newline at end of file + attributes: + label: Contributing + multiple: false + options: + - "Yes, I am willing to help implement this feature in a PR" + - "No, I am afraid I cannot help regarding this" + validations: + required: true +- type: markdown + attributes: + value: | + It takes a lot of work and time maintaining this project; any contribution is welcomed