Contributing to pharmhand
Source:CONTRIBUTING.md
Contributions are welcome and appreciated.
Getting started
- Fork the repository and clone your fork
- Install dependencies:
devtools::install_dev_deps() - Create a branch for your changes:
git checkout -b feature/your-feature
Development workflow
Code style
This package follows the tidyverse style guide. Before submitting:
# Format code
styler::style_pkg()
# Check linting
lintr::lint_package()Pull requests
- Update
NEWS.mdwith a summary of changes - Ensure CI checks pass
- Keep PRs focused on a single feature or fix
Reporting issues
Use GitHub Issues to report bugs or request features. Include a minimal reproducible example when reporting bugs.
Code of Conduct
Please note that this project has a Code of Conduct. By participating, you agree to abide by its terms.