summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-09-26 15:36:03 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-09-26 15:44:06 +0900
commit8d656d2ca0cb3bd74b18833c8e7afe6c0da560e7 (patch)
tree54dbb8ad0b600eb53053867de269218565174754 /.github
parentcdec20ac58325af1f606a59413d5a31fc839c8d4 (diff)
downloadnixlib-8d656d2ca0cb3bd74b18833c8e7afe6c0da560e7.tar
nixlib-8d656d2ca0cb3bd74b18833c8e7afe6c0da560e7.tar.gz
nixlib-8d656d2ca0cb3bd74b18833c8e7afe6c0da560e7.tar.bz2
nixlib-8d656d2ca0cb3bd74b18833c8e7afe6c0da560e7.tar.lz
nixlib-8d656d2ca0cb3bd74b18833c8e7afe6c0da560e7.tar.xz
nixlib-8d656d2ca0cb3bd74b18833c8e7afe6c0da560e7.tar.zst
nixlib-8d656d2ca0cb3bd74b18833c8e7afe6c0da560e7.zip
nixos-doc: add reviewing-contributions
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md3
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
2 files changed, 7 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index fb8c6b53cb5d..0d2219a4ba6c 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -30,3 +30,6 @@ under the terms of [COPYING](../COPYING), which is an MIT-like license.
 
 See the nixpkgs manual for more details on how to [Submit changes to nixpkgs](http://hydra.nixos.org/job/nixpkgs/trunk/manual/latest/download-by-type/doc/manual#chap-submitting-changes).
 
+## Reviewing contributions
+
+See the nixpkgs manual for more details on how to [Review contributions](http://hydra.nixos.org/job/nixpkgs/trunk/manual/latest/download-by-type/doc/manual#chap-reviewing-contributions).
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 981ed156b343..7318ed14d091 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -15,5 +15,9 @@
 - [ ] Tested execution of all binary files (usually in `./result/bin/`)
 - [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
 
+###### Reviewing this pull-request
+
+See the nixpkgs manual for more details on how to [Review contributions](http://hydra.nixos.org/job/nixpkgs/trunk/manual/latest/download-by-type/doc/manual#chap-reviewing-contributions).
+
 ---