title |
---|
Contributions |
Please ensure that all contributions comply with both R and CRAN standards for packages.
This project attempts to follow Semantic Versioning
This project attempts to follow the changelog system at Keep a Changelog
This project intends to have as few dependencies as possible. Please consider that when writing code.
Please conform to this coding style guide as best possible.
Please provide valid .Rd files and not roxygen-style documentation.
Please review the current test suite and supply similar tinytest
-compatible
unit tests for all added functionality.
If you would like to contribute to the project, it may be prudent to first contact the maintainer via email. A request or suggestion may be raised as an issue as well. To supply a pull request (PR), please:
- Fork the project and then clone into your own local repository
- Create a branch in your repository in which you will make your changes
- Ideally use -s to sign-off on commits under the Developer Certificate of Origin.
- If possible, sign commits using a GPG key.
- Push that branch and then create a pull request
At this point, the PR will be discussed and eventually accepted or rejected by the lead maintainer.