
Contributing to silviculture
Thanks for helping improve silviculture.
Recommended workflow
- Work from your own fork of the repository.
- Keep
Cidree/silvicultureas theupstreamremote. - Create one branch per pull request.
- Make small, focused commits.
- Run the package tests before opening a PR.
Before opening a pull request
- Check that the package loads locally.
- Run
testthat::test_local()from the repository root. - Update documentation if you change user-facing behavior.
- Mention any assumptions or known limitations in the PR description.