From e7b03d2c4ed98b823438eb331f186f35578a93f4 Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Sat, 2 Dec 2023 10:02:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20issue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/codebase_improvement.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/codebase_improvement.yml b/.github/ISSUE_TEMPLATE/codebase_improvement.yml index b38740f9..b7ef9109 100644 --- a/.github/ISSUE_TEMPLATE/codebase_improvement.yml +++ b/.github/ISSUE_TEMPLATE/codebase_improvement.yml @@ -15,4 +15,4 @@ body: attributes: label: If the request is accepted, would you be willing to contribute it? options: - - label: Yes \ No newline at end of file + - label: Yes I would be willing to contribute \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index fa0bd0d6..e2ab35e5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -47,4 +47,4 @@ body: attributes: label: If the feature is accepted, would you be willing to contribute it? options: - - label: Yes \ No newline at end of file + - label: Yes I would be willing to contribute \ No newline at end of file