Contributing to RMGallery is welcomed and encouraged.
If you would like to contribute but don't know where to start, check out the issues with the easy tag.
GitHub issues are used to track bugs, enhancements and usage questions. If applicable, please ensure that your description is clear and has sufficient instructions to be able to reproduce the issue.
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.