Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 865 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 865 Bytes

Contributing

HyCAN collaborates with the Heartland BioWorks Hub (HBW), a Regional Tech Hub supporting workforce development and technology demonstration. The HBW Membership Agreement outlines initiatives like BioTrain, BioLaunch, and BioWorks HQ to advance U.S. leadership in biotechnology.

How to Contribute

  1. Fork the repository and clone it locally.
  2. Create a branch for your changes:
    git checkout -b my-feature-branch
  3. Commit your changes with clear messages:
    git commit -m "Add new feature"
  4. Push your branch and create a pull request.

Code of Conduct

By contributing, you agree to abide by our Code of Conduct. See CODE_OF_CONDUCT.md for details.

Reporting Issues

Use the GitHub Issues tab to report bugs or request features. Please include detailed steps to reproduce the issue if applicable.