Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 851 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 851 Bytes

Contributing to rdss development

This outlines how to propose various changes or improvements to rdss. All contributions are welcome and encouraged.

Fixing typos

The easiest way to contribute consists in fixing typos or grammatical errors in documentation files (and there might be quite a lot of them, since they are written by a non-native English speaker!).

Pull requets

All changes can be made through pull requests.

Prerequisites

Before making a pull request, please file an issue first. Any bug report should include a minimal reproducible example.

Pull request process

  • It is better to create a Git branch for each pull request.
  • No precise style guide is required to add new R code. However, please don't restyle or modify code which is unrelated with your pull request.