Thank you for your interest in contributing to wefnexus!
How to Contribute
Reporting Bugs
- Open an issue on GitHub
- Include a minimal reproducible example
- Mention your R version and OS
Suggesting Features
- Open an issue with the tag “enhancement”
- Describe the use case and expected behaviour
Pull Requests
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature)
- Make your changes
- Run
devtools::check() — ensure zero errors/warnings/notes
- Submit a pull request
Code Style
- Follow tidyverse style guide
- Document all functions with roxygen2
- Include unit tests for new functions
Questions?
Open an issue or contact the maintainer.