From f8984432b79ff32b153352e220302f89954235f7 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Wed, 29 Apr 2026 20:09:52 -0300 Subject: [PATCH] minor grammar improvement in pull request template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cfd48aaae..1a725fa0d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -- [ ] I confirm that any code in this pull request that is not authored by me has proper attribution and licensing included, and that this pull request does not include any output from generative AI / LLM tools. +- [ ] I confirm that all code in this pull request is either authored by me or has proper attribution and licensing included, and that this pull request does not include any output from generative AI / LLM tools. ## Description