summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
-rw-r--r--doc/source/dev/development_workflow.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 075d2519b..1f8d35aab 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -9,7 +9,7 @@
http://www.numpy.org/devdocs/dev/development_workflow.html#writing-the-commit-message
-* IF IT'S A NEW FEATURE OR API CHANGE, TEST THE WATERS
+* IF IT'S A NEW FEATURE OR API CHANGE, TEST THE WATERS:
http://www.numpy.org/devdocs/dev/development_workflow.html#get-the-mailing-list-s-opinion
diff --git a/doc/source/dev/development_workflow.rst b/doc/source/dev/development_workflow.rst
index 53f3eef91..1665cfddb 100644
--- a/doc/source/dev/development_workflow.rst
+++ b/doc/source/dev/development_workflow.rst
@@ -212,6 +212,8 @@ directory, following the instructions and format in the
``doc/release/upcoming_changes/README.rst`` file.
+.. _workflow_PR_timeline:
+
Getting your PR reviewed
========================