Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 1.36 KB

Contributing

Bioio is licensed under the Apache License, version 2.0. New issues and pull requests are welcome. Feel free to direct a question to the authors by creating an issue with the question tag. Contributors are asked to abide by both the GitHub community guidelines and the Contributor Code of Conduct, version 2.0.

Pull requests

Please update CHANGELOG.md with your changes and list your name in the contributors section of the readme.

Running tests

You can run tests with gradle :vcf:test and compile using gradle :vcf:build. Note that the latter will only run tests for vcf and core.

Publishing a new version

  1. Bump the version in build.gradle, following Semantic Versioning.
  2. Create a new release with both the name and tag set to something like v1.4.13 (keep the v).
  3. An hour later, check that the publishing workflow passes and that the version on Maven Central is updated.