diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..1d154428712b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +Thank you so much for your PR! To help us review, fill out the form to the best of your ability. Also, please make use of the development guide at http://matplotlib.org/devdocs/devel/index.html + + + +## PR Summary + + + +## PR Checklist +- [ ] Has Pytest style unit tests +- [ ] Code is PEP 8 compliant +- [ ] New features are documented, with examples if plot related +- [ ] Documentation is sphinx and numpydoc compliant +- [ ] Added an entry to doc/users/whats_new.rst if major new feature +- [ ] Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way + +We understand that PRs can sometimes be overwhelming, especially as the reviews start coming in. Please let us know +if the reviews are unclear or the recommended next step seems overly demanding , or if you would like help in addressing a reviewer's comments. And please ping us if you've been waiting too long to hear back on your PR!