We welcome all contributions to this project. This document outlines how to propose a change to the MDS Winery Dashboard project.
The main branch is protected and it needs at least one reviewer from the team to review the pull request. If you believe there is an error in analysis or bug in codes, please first search the Github issue and make sure that it has not been discussed before. Then, create an associated issue and illustrate the bug with a minimal reprex.
- We strongly recommend that you follow fork-pull request method.
- We are following the tidyverse coding style.
- We use roxygen2, with Markdown syntax, for documentation.
- We use testthat. Contributions with test cases included are easier to accept.
We will review pull requests within 7 days.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
These contributing guidelines were adapted from the dplyr contributing guidelines.