Contributing to tximeta
Source:CONTRIBUTING.md
Contributions to tximeta are welcome and appreciated. Please read the guidelines below before submitting a pull request.
Before submitting a pull request
For anything beyond a minor fix (typo, documentation correction, small bug), please reach out before investing significant time in development. You can open a GitHub issue to describe the proposed change or discuss it with the maintainers first. This helps avoid duplicated effort and ensures that contributions align with the direction of the package.
For questions about intended behavior or analysis choices, the Bioconductor support site is the appropriate venue.
See also:
Pull request requirements
-
Unit tests must pass. PRs that break existing unit tests will not be considered. Run
R CMD checkorBiocChecklocally before submitting to verify that all tests pass. - Keep changes focused. A PR that addresses one well-defined issue is much easier to review than one that mixes unrelated changes.
- Update documentation and the
NEWSfile as appropriate.
Code of conduct
Please note that this project follows a Code of Conduct. By participating you agree to abide by its terms.