Thank you for considering a contribution to outcomerate.
Reporting issues
Use the GitHub issue tracker to report bugs or suggest improvements. Before opening a new issue, please check whether a related issue already exists. Include a minimal reproducible example for bug reports whenever possible.
For substantial changes, open an issue before starting work so the proposed approach can be discussed.
Pull requests
- Fork the repository and create a branch from
main. - Make a focused change and add or update tests where appropriate.
- Run
devtools::document(),devtools::test(), anddevtools::check(). - Update user-facing documentation and
NEWS.mdwhen relevant. - Open a pull request and describe both the change and how it was tested.
Please follow the existing code style and do not include unrelated changes in the same pull request.
Code of Conduct
By participating in this project, you agree to follow its Code of Conduct.
