Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.44 KB

Contributing

This outlines how to propose a change to the individual repositories involved in PROOF. For more detailed info about contributing to this, and other WILDS projects, please see the WILDS Contributing Guide.

Fixing typos/docs changes

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.

Bigger changes

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.

Pull request process

  • 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.
  • For user-facing changes, add a bullet to the changelog file if there is one.

Code style

  • New code should follow the style guidelines laid out in the WILDS Contributor Guide.

Code of Conduct

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.