From cf78a8c3e76bfab552d4853a0c7f67f2ceda431e Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Wed, 9 Aug 2023 19:54:13 +0200 Subject: [PATCH 1/2] CODEOWNERS: Add myself to the contributing documentation I want to take ownership of this part of the documentation, especially with the cleanup in https://github.com/NixOS/nixpkgs/pull/245243. Doing so before that PR is merged also allows me to get notified about any potential future merge conflicts before they happen. --- .github/CODEOWNERS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4c5ac8ab0556..c41cb02ba0a5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -59,8 +59,12 @@ /maintainers/scripts/doc @jtojnar @ryantm /doc/build-aux/pandoc-filters @jtojnar -/doc/contributing/ @fricklerhandwerk -/doc/contributing/contributing-to-documentation.chapter.md @jtojnar @fricklerhandwerk + +# Contributor documentation +/CONTRIBUTING.md @infinisil +/.github/PULL_REQUEST_TEMPLATE.md +/doc/contributing/ @fricklerhandwerk @infinisil +/doc/contributing/contributing-to-documentation.chapter.md @jtojnar @fricklerhandwerk @infinisil # NixOS Internals /nixos/default.nix @infinisil From 0d4e8459aea27861560b5055ad08c706f4ee1d97 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Wed, 9 Aug 2023 20:00:48 +0200 Subject: [PATCH 2/2] CODEOWNERS: Remove non-existent file Was removed in f397309f4e6c7a219a7703b629f6a4e8d4e7a58b --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c41cb02ba0a5..a5723c25be03 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -58,8 +58,6 @@ /maintainers/scripts/db-to-md.sh @jtojnar @ryantm /maintainers/scripts/doc @jtojnar @ryantm -/doc/build-aux/pandoc-filters @jtojnar - # Contributor documentation /CONTRIBUTING.md @infinisil /.github/PULL_REQUEST_TEMPLATE.md