Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 2.49 KB

File metadata and controls

79 lines (50 loc) · 2.49 KB

Contributing to MATRIX

We welcome and encourage contributions from the community! This document outlines the process for contributing to the MATRIX project.

Contributor License Agreement (CLA)

Before contributing to MATRIX, you must agree to our Contributor License Agreement (CLA). This ensures that we have the necessary rights to use and distribute your contributions.

How to Sign the CLA

  1. Complete the CLA Form: Please fill out our Contributor License Agreement form.
  2. Start Contributing: We will briefly check each new contributor's CLA form before approving any PR.

What the CLA Covers

The CLA grants Every Cure the right to use, modify, and distribute your contributions under the project's license. You retain copyright to your contributions while ensuring the project can continue to use them.

Getting Started

  1. Fork the Repository: Start by forking the MATRIX repository.

  2. Create a Feature Branch: Create a new branch for your contribution:

    git checkout -b feature/your-feature-name
  3. Make Your Changes: Implement your feature or fix.

  4. Test Your Changes: Ensure your changes work correctly and don't break existing functionality.

  5. Commit Your Changes: Use clear, descriptive commit messages:

    git commit -m "Add feature: brief description of changes"
  6. Push to Your Fork: Push your changes to your fork:

    git push origin feature/your-feature-name
  7. Create a Pull Request: Submit a pull request with a clear description of your changes.

Development Guidelines

All development guidelines are documented in our documentation

Getting Help

If you need help or have questions:

  • Check our documentation
  • Open an issue for bugs or feature requests
  • Join our community discussions

Code of Conduct

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.

License

By contributing to MATRIX, you agree that your contributions will be licensed under the same license as the project.


Thank you for contributing to MATRIX! Your contributions help advance drug repurposing research and make a difference in healthcare.