Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.99 KB

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 1.99 KB

Contribution

Your contributions are welcome and appreciated!

If you notice a bug or have a feature request, please open up an issue here. If you want to contribute a feature or bug fix, you are recommended to fork our repo and submit a pull request. You request will be reviewed within 7 days. All contributors must abide by our code of conduct.

Fixing Typos or Bugs

All typographical and grammatical errors in documentation can be corrected by creating a pull request with changes you made. Please remember to create an issue first, before creating the pull request. If you come across a bug, or have an idea on how to improve a feature, please also open up an issue here. Please feel free to contribute a feature or fix a bug by forking our repository and submitting a pull request after creating an issue. If you have a bug or issue to report, please first check existing GitHub issues for the repository to make sure it is neither a duplicate, nor previously known issue that is already in progress of being resolved.

If you have found a bug, create an issue for it along with a Minimal Reproducible Example

Pull Request Guidelines

  1. Create a Github branch and include a summary of the change, which mentions the corresponding issue that is being addressed. Try to include the issue number in the name of your branch. Make sure to link the pull request to the issue for tracking purposes.
  2. Make sure to update any new dependencies needed to make the Pull Request made to the environment file and/or the docker file.
  3. Adhere to PEP 8 for Python and Tidyverse's style guide for R.
  4. Only merge reviewed and approved Pull Requests.

Attribution

dplyr contributing guidelines