From 399cb5e24f64a398d185e8bc876eedd6b8f30f0c Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 5 Sep 2015 10:43:28 +0200 Subject: [PATCH] [Contributing] add a link to the testing section --- contributing/community/reviews.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributing/community/reviews.rst b/contributing/community/reviews.rst index 0e1a1cf5515..2e498f489bd 100644 --- a/contributing/community/reviews.rst +++ b/contributing/community/reviews.rst @@ -173,7 +173,8 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps: $ git fetch origin pull/15723/head:pr15723 $ git checkout pr15723 - Now you can test the project against the code in the PR. + Now you can :doc:`test the project ` against + the code in the PR. #. **Update the PR Status**