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

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Run devtools::check() — ensure zero errors/warnings/notes
  5. 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.