Skip to content

Contributing to Medi

First off, thank you for considering contributing to Medi! It's people like you that make Medi such a great tool.

Where do I go from here?

If you've noticed a bug or have a question, search the issue tracker to see if someone else has already reported the issue. If not, feel free to open a new issue.

Fork & Pull Request

  1. Fork the repository on GitHub.
  2. Clone the project to your own machine.
  3. Commit changes to your own branch.
  4. Push your work back up to your fork.
  5. Submit a Pull Request so that we can review your changes.

!!! note Be sure to merge the latest from "upstream" before making a pull request!

Coding Standards

  • Follow the style used throughout the project.
  • Write clear, readable code and meaningful comments.
  • Test your code before submitting pull requests.

Community Guidelines

  • Be respectful and inclusive in all interactions.
  • Provide constructive feedback.
  • Help newcomers get started with the project.