From 464e0012d45dd251c579869d43ec9231bb9e9720 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 16 Jul 2025 18:15:16 +0200 Subject: [PATCH] .github/PULL_REQUEST_TEMPLATE: remove mention of linking NixOS tests This *is* important, but is a niche detail which belongs into the contributions guidelines - and not into the PR template. It's also out of place for "what did you test?". --- .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 101d066850e9..e0cb5210e5a5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,7 +19,6 @@ For new packages please briefly describe the package or provide a link to its ho - [NixOS test(s)] (look inside [nixos/tests]) - and/or [package tests] - or, for functions and "core" functionality, tests in [lib/tests] or [pkgs/test] - - made sure NixOS tests are [linked] to the relevant packages - [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage] - [ ] Tested basic functionality of all binary files (usually in `./result/bin/`) - Nixpkgs Release Notes (or backporting 25.05 Nixpkgs Release notes) @@ -31,7 +30,6 @@ For new packages please briefly describe the package or provide a link to its ho [NixOS test(s)]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests [package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests -[linked]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#linking-nixos-module-tests-to-a-package [nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage [CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md