diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2020-09-30 21:35:26 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2020-09-30 21:49:29 +0100 |
commit | d120110a0e0dff81a54a982f82574f1e072c345f (patch) | |
tree | 5688b140d83163d972f3ada7e4f8724beab37369 | |
parent | ed7d967ff37b649a3b5ce8adc51cdf4ec9dd39a3 (diff) | |
download | numpy-d120110a0e0dff81a54a982f82574f1e072c345f.tar.gz |
DOC: in PR template, set expectations for PR review timeline
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 528580a8e..3634292f8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,3 +9,10 @@ http://www.numpy.org/devdocs/dev/development_workflow.html#writing-the-commit-me <!-- If you're submitting a new feature or substantial change in functionality, make sure you discuss your changes in the numpy-discussion mailing list first: https://mail.python.org/mailman/listinfo/numpy-discussion --> + +<!-- We try to review your pull request as soon as we can, typically within a week. +If you do not get any review comments within two weeks, please feel free to ask for +feedback by adding a new comment on your PR (this will notify maintainers). If your +PR is large or complicated, asking for input on the numpy-discussion mailing +list may also be useful. +--> |