We welcome contributions to SpaDES
, both as bug reports or package enhancements.
-
Use the issue tracker to report a bug.
-
Please include a minimum reproducible example that triggers the bug.
-
Please include the output of
devtools::session_info()
.
-
Fork the repository and make your changes.
-
Please follow our code style guide and make your code as easy to follow as possible.
-
If adding new functionality, please include instructional examples and/or unit tests.
-
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!