diff options
author | Matthew Justin Bauer <mjbauer95@gmail.com> | 2018-04-23 17:07:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 17:07:53 -0500 |
commit | 8edb13f0797befb79cfed0f1a777673eb7323bb7 (patch) | |
tree | 4d3600e4953d6a322986c682124b2df68ee00df7 /doc | |
parent | cf758a5aa4f089f86e82bf6224864fc63cb3d08e (diff) |
doc: add filtered pr list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reviewing-contributions.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/reviewing-contributions.xml b/doc/reviewing-contributions.xml index d6f33ccd1cdb9..7b017f0a8cc44 100644 --- a/doc/reviewing-contributions.xml +++ b/doc/reviewing-contributions.xml @@ -23,7 +23,9 @@ xlink:href="https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc">most recently</link> and the <link xlink:href="https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-asc">least - recently</link> updated pull-requests.</para> + recently</link> updated pull-requests. + We highly encourage looking at <link xlink:href="https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+review%3Anone+status%3Asuccess+-label%3A%222.status%3A+work-in-progress%22+no%3Aproject+no%3Aassignee+no%3Amilestone"> + this list of ready to merge, unreviewed pull requests</link>.</para> <para>When reviewing a pull request, please always be nice and polite. Controversial changes can lead to controversial opinions, but it is important |