summary refs log tree commit diff
path: root/.github/PULL_REQUEST_TEMPLATE.md
blob: 324c5f17f7a4ff0a0610a21ecd1036656e730fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
###### Things done

- [ ] Tested using sandboxing (`nix-build --option build-use-sandbox true` or [nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS)
- Built on platform(s)
   - [ ] NixOS
   - [ ] OS X
   - [ ] Linux
- [ ] 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/`)
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

---