summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-11-10 19:24:34 +0200
committerArtturin <Artturin@artturin.com>2021-11-13 01:28:46 +0200
commita60634790aec785fe0e33e15e95a7f344ff4d45d (patch)
tree926a5809fa5a8b02fc89ca102e83b60c3d8b0530 /.github
parentea5c3d756e0f001f46560e99afb3cd3e954ae2cb (diff)
downloadnixpkgs-a60634790aec785fe0e33e15e95a7f344ff4d45d.tar
nixpkgs-a60634790aec785fe0e33e15e95a7f344ff4d45d.tar.gz
nixpkgs-a60634790aec785fe0e33e15e95a7f344ff4d45d.tar.bz2
nixpkgs-a60634790aec785fe0e33e15e95a7f344ff4d45d.tar.lz
nixpkgs-a60634790aec785fe0e33e15e95a7f344ff4d45d.tar.xz
nixpkgs-a60634790aec785fe0e33e15e95a7f344ff4d45d.tar.zst
nixpkgs-a60634790aec785fe0e33e15e95a7f344ff4d45d.zip
PULL_REQUEST_TEMPLATE.md: change nixpkgs-review wip to rev HEAD
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 168d40f16a9..f7d16df8724 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -26,7 +26,7 @@ Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-
   - and/or [package tests](https://nixos.org/manual/nixpkgs/unstable/#sec-package-tests)
   - or, for functions and "core" functionality, tests in [lib/tests](https://github.com/NixOS/nixpkgs/blob/master/lib/tests) or [pkgs/test](https://github.com/NixOS/nixpkgs/blob/master/pkgs/test)
   - made sure NixOS tests are [linked](https://nixos.org/manual/nixpkgs/unstable/#ssec-nixos-tests-linking) to the relevant packages
-- [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review wip"`
+- [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage)
 - [ ] Tested basic functionality of all binary files (usually in `./result/bin/`)
 - [21.11 Release Notes (or backporting 21.05 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2111-release-notes)
   - [ ] (Package updates) Added a release notes entry if the change is major or breaking