mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
26b8adb300
Current links to contributing and commit style guidelines are out of date.
1.4 KiB
1.4 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.