Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.03 KB

File metadata and controls

25 lines (16 loc) · 1.03 KB

How to contribute

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

Basic idea

Source + Doc + Test = 😍

Please send a GitHub Pull Request to disutils 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

Start reading our code and you will get an idea of it:

  • We try to generally follow R Google Style guide.
  • We use roxygen2 to document our code.
  • This is open source software. Consider the people who will read your code, and make it look nice for them.

Thank you, codonPeople