Contributing to baselinr
Source:CONTRIBUTING.md
Thanks for your interest in baselinr.
Reporting issues
Please report bugs or unexpected behavior on the issue tracker. A small reproducible example (a tiny data frame plus the call you made) is the most helpful thing you can include.
Requesting features or support
Feature ideas and usage questions are welcome as issues. Please label them clearly (e.g. “feature” or “question”).
Contributing code
- Open an issue first to discuss the change.
- Fork the repository and create a branch.
- Keep the style consistent (the package uses
stylerandlintr); addtestthattests for new behavior; rundevtools::check()and make sure it passes cleanly. - Open a pull request describing what changed and why.