From 43ed7048f670661d1ae2ea0d2f7655e87e7b0461 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Mon, 29 May 2023 23:28:04 +0200 Subject: [PATCH] Drop remaining CODEOWNERS reference from PR template (#4033) The `.github/CODEOWNERS` file was dropped in #3990, so remove this leftover. Signed-off-by: Christoph Heiss --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6ad69b0b..e064d5aa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -40,5 +40,3 @@ Also make sure to read the guidelines found at - If this PR adds a new module - [ ] Added myself as module maintainer. See [example](https://github.com/nix-community/home-manager/blob/068ff76a10e95820f886ac46957edcff4e44621d/modules/programs/lesspipe.nix#L6). - - - [ ] Added myself and the module files to `.github/CODEOWNERS`.