CONTRIBUTING.md

How to contribute

First off, thank you for taking the time to contribute!

Basic idea

Source + Doc + Test = :heart_eyes:

Please send a GitHub Pull Request to codonR with a clear description of what you have done. We suggest you follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit). Please do not send us undocumented code as we might not accept it. Including tests to your pull request brings tears of joy to our eyes.

The easier it is for us to review a pull request, the faster we will merge it.

Coding conventions

We follow the Tidyverse style guide which is predominantly used across the industry. The coding standards found within the Tidyverse style guide are mandatory when creating or modifying any code found within the R package.

The reason we follow Tidyverse coding standards is to ensure there is a layer of consistency across our codebase. This reduces the number of decisions that you need to make when styling your code, and also makes code easier to read when switching between functions etc.

While creating code we recommend that you understand the style guide standards for the following topics:

Start reading our code to get a feel for it but most importantly, remember that this is open source software - consider the people who will read your code, and make it look nice for them.

Code of Conduct

As a contributer you can help us keep the Codon community open and inclusive. Please read and follow our Code of Conduct. By contributing to it, you agree to comply with it.

🥂 Thank you! Team codon



codonlibrary/codonR documentation built on Dec. 3, 2019, 6:47 p.m.