Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 970 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 970 Bytes

We welcome contributions to SpaDES, both as bug reports or package enhancements.

Report a bug

  1. Use the issue tracker to report a bug.

  2. Please include a minimum reproducible example that triggers the bug.

  3. Please include the output of devtools::session_info().

Submit an enhancement

  1. Fork the repository and make your changes.

  2. Please follow our code style guide and make your code as easy to follow as possible.

  3. If adding new functionality, please include instructional examples and/or unit tests.

  4. Submit a pull request against the development branch.

We'll try to review your pull request and provide feedback / merge improvements as quickly as possible.

Thank you!