From f9c7b44ef8606954645104ac7bf5f24559a7ce10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?=
 <67428053+kakkokari-gtyih@users.noreply.github.com>
Date: Tue, 26 Dec 2023 11:40:55 +0900
Subject: [PATCH] =?UTF-8?q?(dev)=20Issue=20Template=E3=81=AB=E3=80=81?=
 =?UTF-8?q?=E8=87=AA=E5=88=86=E3=81=A7=E5=AE=9F=E8=A3=85=E3=81=97=E3=81=A6?=
 =?UTF-8?q?PR=E3=82=92=E5=87=BA=E3=81=97=E3=81=9F=E3=81=84=E3=81=8B?=
 =?UTF-8?q?=E3=81=AE=E6=84=8F=E6=80=9D=E8=A1=A8=E6=98=8E=E3=82=92=E8=BF=BD?=
 =?UTF-8?q?=E5=8A=A0=20(#12799)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* Update 01_bug-report.yml

* Update 02_feature-request.yml
---
 .gitea/ISSUE_TEMPLATE/01_bug-report.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitea/ISSUE_TEMPLATE/01_bug-report.yml b/.gitea/ISSUE_TEMPLATE/01_bug-report.yml
index be6d9f401b..a2cdebe549 100644
--- a/.gitea/ISSUE_TEMPLATE/01_bug-report.yml
+++ b/.gitea/ISSUE_TEMPLATE/01_bug-report.yml
@@ -87,4 +87,10 @@ body:
         * OS and Architecture:
       render: markdown
     validations:
-      required: false
\ No newline at end of file
+      required: false
+
+  - type: checkboxes
+    attributes:
+      label: Do you want to address this bug yourself?
+      options:
+        - label: Yes, I will patch the bug myself and send a pull request