.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?".
This commit is contained in:
Wolfgang Walther
2025-07-18 08:57:52 +02:00
parent 76dd297d04
commit 464e0012d4
-2
View File
@@ -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