Contribute.

Article hero image

Contribution Guidelines for Medical Ocean

Welcome to the Medical Ocean community! We’re excited that you’re interested in contributing to our open-source healthcare technology projects. These guidelines will help you navigate the contribution process.

Table of Contents

  1. Code of Conduct
  2. Getting Started
  3. How to Contribute
  4. Coding Standards
  5. Commit Messages
  6. Pull Request Process
  7. Reporting Bugs
  8. Suggesting Enhancements
  9. Community

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct. Please read it before contributing.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork locally: git clone https://github.com/yourusername/repo-name.git
  3. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name
  4. Make your changes and commit them with a clear commit message.
  5. Push your changes to your fork: git push origin feature/your-feature-name
  6. Create a pull request from your fork to the main repository.

How to Contribute

Coding Standards

Commit Messages

Pull Request Process

  1. Ensure your code adheres to the project’s coding standards.
  2. Update the README.md with details of changes, if applicable.
  3. Add tests for new features or bug fixes.
  4. Ensure the test suite passes.
  5. Make sure your code lints without errors.
  6. Include a clear description of the changes in your pull request.
  7. Link any relevant issues in the pull request description.

Reporting Bugs

Suggesting Enhancements

Community

Thank you for contributing to Medical Ocean! Your efforts help improve healthcare technology for everyone.