mirror of
https://github.com/nix-community/home-manager
synced 2024-11-16 16:19:44 +01:00
59659243cd
* PR_TEMPLATE: Note nix3 test method in checklist Allows for running with the `nixpkgs` from the lock file, as well as using a more familiar interface for users of the experimental CLI, which would've avoided me opening #3971. Also updates the corresponding note in `docs/contributing.adoc` to have the correct invocation path. * PR_TEMPLATE: `the experimental CLI` -> `Flakes`
1.3 KiB
1.3 KiB
Description
Checklist
-
Change is backwards compatible.
-
Code formatted with
./format
. -
Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes. -
Test cases updated/added. See example.
-
Commit messages are formatted like
{component}: {description} {long description}
See CONTRIBUTING for more information and recent commit messages for examples.
-
If this PR adds a new module
-
Added myself as module maintainer. See example.
-
Added myself and the module files to
.github/CODEOWNERS
.
-