Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 1.31 KB

How to contribute

Thank you for looking to contribute to our project! The following document outlines our contributors guidance.

Reporting bugs or features

If you spot a bug or feature you want to report, please check first that it has not been reported as an issue already.

If no issue is open for your bug or feature, please open a new one

Please use the templates provided to ensure that there is sufficient detail in your reported issue.

Pull requests

If you have written some code that fixes a bug or feature, please push this up in a new branch under the format "bug/issue" and open this as a new PR when it is ready to review.

  • Ensure the PR description clearly describes the problem and solution.
  • Include the relevant issue number if applicable.

Code styling

All code is styled using the styleR package. Running the tidy_code() function before pushing up to branch ensures that your code is in line with our style, and passes the continuous integration tests.

Any other questions

If you have any other questions, please do not hesitate to contact us at [email protected]