From 9f3e5704b97ce430a0528871fc3643ddc58fbd30 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 2 Jul 2026 08:41:58 -0500 Subject: [PATCH] Update CODEOWNERS (#434) --- .github/CODEOWNERS | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 766837ee..4fb2ef10 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://help.github.com/articles/about-codeowners/ -* @sdwheeler @michaeltlombardi +* @sdwheeler diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 13f317c2..a16a62f6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Delete this comment block and summarize your changes and list related issues here. For example: - This changes fixes problem X in the documentation for Y. + This change fixes problem X in the documentation for Y. - Fixes #1234 - Resolves #1235