This outlines how to propose a change to the project.
Small typos or grammatical errors in documentation may be edited directly using the GitHub web interface. Other major errors should always be filed a GitHub issue and the project team members will verify the suggestions and update accordingly.
When you initiate a substantial pull request, you should always file an issue and agree with a project team member on whether the changes are appropriate. If you've found a bug, create an issue and illustrate the bug with a minimal reproducible example.
- We recommend that you push to your fork repo and then initiate a pull request (PR).
- New code should follow the tidyverse style guide or PEP8 style guide.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
These contributing guidelines were adapted from the dplyr contributing guidelines.