From 116eaa97004d94c7cc1f0be36ffd920591a19ca8 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 2 Jul 2026 08:42:11 -0500 Subject: [PATCH] Update CODEOWNERS (#409) --- .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 766837e..f08be7a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://help.github.com/articles/about-codeowners/ -* @sdwheeler @michaeltlombardi +* @michaeltlombardi diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 13f317c..a16a62f 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