Thank you for considering contributing to ParlAT! This document outlines how to propose changes to this package.
Getting Started
- Fork the repository and clone your fork locally.
- Create a new branch from
devfor your changes. - Install development dependencies with
devtools::install_dev_deps().
Pull Requests
- Open pull requests against the
devbranch. - Include a clear description of the change and the motivation behind it.
- Ensure
devtools::check()passes with no errors or warnings. - Add or update tests for any new or changed functionality.
- Update documentation (roxygen2 comments) as needed.
Code Style
- Use
<-for assignment (not=). - Use
TRUE/FALSE(notT/F). - Follow the tidyverse style guide.
Reporting Bugs
Please open an issue at https://github.com/werkstattcodes/ParlAT/issues with a minimal reproducible example.
