Skip to content

Commit

Permalink
Minor update to PR template (#2596)
Browse files Browse the repository at this point in the history
This version should be a little less noisy, since instructions only for
authors are put in commented out HTML.
  • Loading branch information
shoyer authored Dec 9, 2018
1 parent 3ae93ac commit 77634d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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)
<!-- Feel free to remove check-list items aren't relevant to your change -->

- [ ] Closes #xxxx
- [ ] Tests added
- [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API

0 comments on commit 77634d4

Please sign in to comment.