Thank you for your interest in contributing to Medicod! We welcome contributions from the community to help make Medicod even better.
Before you get started, please take a moment to review the following guidelines to ensure a smooth and productive contribution process.
Please note that all contributors are expected to adhere to our Code of Conduct. We value a respectful and inclusive community where everyone can collaborate without fear of harassment or discrimination.
There are several ways you can contribute to Medicod:
-
Reporting Issues: If you encounter a bug or have a suggestion for improvement, please open an issue on GitHub. Be sure to follow the issue template.
-
Feature Requests: If you have an idea for a new feature, please open an issue and use the feature request template.
-
Pull Requests: You can contribute by working on open issues or by implementing new features. We encourage you to fork the repository, create a branch, and submit a pull request. Please follow the pull request template.
-
Documentation: If you find any documentation that needs improvement or if you'd like to add new documentation, feel free to do so.
To get started with your contribution, follow these steps:
-
Fork the Medicod repository to your GitHub account.
-
Clone your forked repository to your local machine.
git clone https://github.com/your-username/medicod.git cd medicod git checkout -b feature/your-feature-name git commit -m "Add your commit message here" git push origin feature/your-feature-name