2.home-manager/.github/PULL_REQUEST_TEMPLATE.md
Austin Horstman 909d39391e
PULL_REQUEST_TEMPLATE: nixfmt-rfc-style -> nixfmt (#7580)
We now use the stable release.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 15:53:54 -05:00

1.3 KiB

Description

Checklist

  • Change is backwards compatible.

  • Code formatted with nix fmt or nix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt.

  • Code tested through nix-shell --pure tests -A run.all or nix build --reference-lock-file flake.lock ./tests#test-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.