From 6eee5c651cee40649f262f1eb41242d7d7d7306d Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Fri, 12 Apr 2024 01:59:20 +0900
Subject: [PATCH] meta (minor): update issue templates

---
 .gitlab/issue_templates/bug.md     | 2 +-
 .gitlab/issue_templates/feature.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 6a654ee1c0..3bffa21cde 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -28,5 +28,5 @@ By submitting this issue, you agree to follow our [Contribution Guidelines](http
 - [ ] I agree to follow this project's Contribution Guidelines
 - [ ] I have searched the issue tracker for similar issues, and this is not a duplicate.
 
-**Can you fix this bug?** (optional)
+**Are you willing to fix this bug?** (optional)
 - [ ] Yes. I will fix this bug and open a merge request if the change is agreed upon.
diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md
index db07da3d5a..b4af4884b7 100644
--- a/.gitlab/issue_templates/feature.md
+++ b/.gitlab/issue_templates/feature.md
@@ -16,5 +16,5 @@ By submitting this issue, you agree to follow our [Contribution Guidelines](http
 - [ ] I agree to follow this project's Contribution Guidelines
 - [ ] I have searched the issue tracker for similar requests, and this is not a duplicate.
 
-**Can you implement this feature?** (optional)
+**Are you willing to implement this feature?** (optional)
 - [ ] Yes. I will implement this feature and open a merge request if the change is agreed upon.