Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

45 lines (35 loc) · 1.52 KB
title
Contributions

Compatibility

Please ensure that all contributions comply with both R and CRAN standards for packages.

Versioning

This project attempts to follow Semantic Versioning

Changelog

This project attempts to follow the changelog system at Keep a Changelog

Dependencies

This project intends to have as few dependencies as possible. Please consider that when writing code.

Style

Please conform to this coding style guide as best possible.

Documentation

Please provide valid .Rd files and not roxygen-style documentation.

Tests

Please review the current test suite and supply similar tinytest-compatible unit tests for all added functionality.

Submission

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:

  1. Fork the project and then clone into your own local repository
  2. Create a branch in your repository in which you will make your changes
  3. Ideally use -s to sign-off on commits under the Developer Certificate of Origin.
  4. If possible, sign commits using a GPG key.
  5. 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.