.. _pull-request: Pull requests ============= Development workflow -------------------- We follow the development workflow described in the `IPython contribution guidelines `_ and `IPython contributing wiki `_. Pull request submission checklist --------------------------------- Before making a pull request, please ensure you have: * Added or updated relevant documentation, if applicable. * Added new tests, if applicable. This is *especially* important if the pull request is a major change or a bugfix. For these pull requests, regression tests are needed. * Run the full test suite locally before submitting the pull request.