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.