Contributing to algebraic.mle
Source:CONTRIBUTING.md
Thanks for your interest in contributing to algebraic.mle!
Reporting Bugs
Please open an issue at https://github.com/queelius/algebraic.mle/issues with:
- A minimal reproducible example
- Expected vs actual behavior
- Output of
sessionInfo()
Proposing Changes
- Fork the repository and create a branch from
master - Make your changes
- Run
devtools::check()to ensure no new issues are introduced - Run
devtools::test()to verify tests pass - Submit a pull request
Style
- Follow existing code conventions (S3 classes, roxygen2 documentation)
- Add tests for new functionality in
tests/testthat/ - Update documentation with
devtools::document()after changing roxygen comments
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.