Skip to contents

Thank you for considering contributing to mongolstats!

Reporting Bugs

If you find a bug, please report it on the Issue Tracker. Include a minimal reproducible example if possible.

Suggesting Features

We welcome feature requests! Please open an issue to discuss your idea before implementing it.

Pull Requests

Contributing to mongolstats

Thank you for considering contributing to mongolstats!

Reporting Bugs

If you find a bug, please report it on the Issue Tracker. Include a minimal reproducible example if possible.

Suggesting Features

We welcome feature requests! Please open an issue to discuss your idea before implementing it.

Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Write code and tests.
  4. Ensure devtools::check() passes.
  5. Submit a Pull Request.

Code Style

  • Use the tidyverse style guide.
  • Use roxygen2 for documentation.
  • Use the base R pipe |> instead of %>%.
  • Run devtools::check() before submitting a pull request.