diff options
author | Silvan Mosberger | 2023-08-09 19:54:13 +0200 |
---|---|---|
committer | Silvan Mosberger | 2023-08-09 20:00:38 +0200 |
commit | cf78a8c3e76bfab552d4853a0c7f67f2ceda431e (patch) | |
tree | c3af4d09fbfccaa0884fa25e9a8af5f8d4f0f43c /.github/CODEOWNERS | |
parent | 195975b1387b69ac5566338819298d7abc595ac3 (diff) |
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.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 8 |
1 files 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 |