Skip to content

Commit

Permalink
PULL_REQUEST_TEMPLATE.md: Ask for closure size impact
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 21, 2018
1 parent 3813d5d commit bf1c28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
- [ ] Tested execution of all binary files (usually in `./result/bin/`)
- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

---
Expand Down

5 comments on commit bf1c28e

@pSub
Copy link
Member

@pSub pSub commented on bf1c28e Jun 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@emmanuelrosa
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused. Before and after what?

@vcunat
Copy link
Member

@vcunat vcunat commented on bf1c28e Jun 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emmanuelrosa: before and after the pull request.

@Moredread
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would that be a good idea to add to nox-review?

@vcunat
Copy link
Member

@vcunat vcunat commented on bf1c28e Jun 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sounds a good addition. (off the top of my head)

Please sign in to comment.