This outlines how to propose a change to usethis. For more detailed info about contributing to this, and other WILDS projects, please see the WILDS Contributing Guide.
You can fix typos, spelling mistakes, or grammatical errors in the documentation directly using the GitHub web interface, as long as the changes are made in the source file.
If you want to make a bigger change, it's a good idea to first file an issue and make sure someone from the team agrees that it’s needed.
If you’ve found a bug, please file an issue that illustrates the bug with a minimal reproducible example (reprex for R, or reprexpy for Python).
- Fork the package and clone onto your computer
- Create a Git branch for your pull request (PR)
- Make your changes, commit to git, and then create a pull request.
- The title of your PR should briefly describe the change.
- The body of your PR should contain
Fixes #issue-number.
- The body of your PR should contain
- The title of your PR should briefly describe the change.
- For user-facing changes, add a bullet to the changelog file if there is one. This should be
NEWS.mdfor an R package, and likelyChangelog.mdorChangelog.rstfor a Python package.
Note that some WILDS repositories follow Gitflow (link to our guide). Inspect the repository and the branches to see what branches are used. If a dev branch is used, fork from the dev branch and submit your PR against the dev branch.
- New code for R and Python packages should follow our style guide.
Please note that this project is released with a Contributor Code of Conduct. By contributing to this project you agree to abide by its terms.