From 756d8cddc194744f9e68fecd914847a3f5cfb3eb Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sun, 24 Nov 2024 19:14:33 +0100 Subject: [PATCH] use "I checked" for Issue validation --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 74882253..063c005f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,4 +27,4 @@ assignees: '' ## Issue validation - [ ] I checked for duplicate issues. - [ ] I checked for already existing discussions. -- [ ] This bug is not yet addressed by an open pull request. +- [ ] I checked for an already existing pull request addressing the issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 14c57cfc..f9874142 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -21,4 +21,4 @@ assignees: '' ## Issue validation - [ ] I checked for duplicate issues. - [ ] I checked for already existing discussions. -- [ ] This feature is not yet addressed by an open pull request. +- [ ] I checked for an already existing pull request addressing the issue.