From 5fb846d1208105e14ebc1ac007d0eaf739013709 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Sat, 8 Dec 2018 17:56:36 -0800 Subject: [PATCH] Minor update to PR template This version should be a little less noisy, since instructions only for authors are put in commented out HTML. --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d1c79953a9b..9d4024a69f6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,5 @@ - - [ ] Closes #xxxx (remove if there is no corresponding issue, which should only be the case for minor changes) - - [ ] Tests added (for all bug fixes or enhancements) - - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) + + + - [ ] Closes #xxxx + - [ ] Tests added + - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API