From cbd8e8e9a040db35d6a74a8f8903a32a2e47b8c5 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 9 May 2025 15:21:59 +0200 Subject: [PATCH] PR_TEMPLATE: update example for module maintainer (#7011) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the permalink to show a version of the module that follows current best practices (no `with lib;`, and nixfmt’d). --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9b2d85d46..46ab45873 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -40,7 +40,7 @@ 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 as module maintainer. See [example](https://github.com/nix-community/home-manager/blob/a51598236f23c89e59ee77eb8e0614358b0e896c/modules/programs/lesspipe.nix#L11). #### Maintainer CC