diff options
author | Silvan Mosberger | 2023-08-09 20:23:07 +0200 |
---|---|---|
committer | Silvan Mosberger | 2023-08-09 20:23:07 +0200 |
commit | 69bbcbb06110c9d95a2c5fc2bc636cc8a444ab7b (patch) | |
tree | 654840d5f09285e6c0fc7c2112aa0a0099a7a536 /.github/CODEOWNERS | |
parent | 0d4e8459aea27861560b5055ad08c706f4ee1d97 (diff) |
CODEOWNERS: Add myself to PULL_REQUEST_TEMPLATE
Forgot about that in https://github.com/NixOS/nixpkgs/pull/248166
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a5723c25be03..45bc58a9def7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -60,7 +60,7 @@ # Contributor documentation /CONTRIBUTING.md @infinisil -/.github/PULL_REQUEST_TEMPLATE.md +/.github/PULL_REQUEST_TEMPLATE.md @infinisil /doc/contributing/ @fricklerhandwerk @infinisil /doc/contributing/contributing-to-documentation.chapter.md @jtojnar @fricklerhandwerk @infinisil |