Thank you for considering contributing to Mediclined! We appreciate your interest in helping us improve the project. This document provides guidelines for contributing to the project and ensures a smooth process for all involved.
- If you encounter any bugs or have feature requests, please create an issue in the GitHub Issues section.
- When reporting a bug, please provide the following details:
- A clear and descriptive title
- Steps to reproduce the issue
- The expected behavior
- The actual behavior
- Any relevant screenshots or logs
- We welcome feature requests! To request a feature:
- Create a new issue in the GitHub Issues section
- Provide a detailed description of the feature and its benefits
If you'd like to contribute code, please follow these steps:
-
Fork the Repository
- Click on the "Fork" button in the top right corner of the repository page to create your own copy.
-
Clone Your Fork
git clone https://github.com/your-username/mediclined.git cd mediclined
-
Create a New Branch
- Create a branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make Your Changes
- Implement your feature or fix the bug. Make sure to follow the project's coding style.
-
Commit Your Changes
git add . git commit -m "Add a brief description of your changes"
-
Push to Your Fork
git push origin feature/your-feature-name
-
Create a Pull Request
- Go to the original repository and click on "Pull Requests."
- Click on "New Pull Request."
- Select your branch and submit the pull request.
- Provide a clear description of your changes and why they should be merged.
By participating in this project, you agree to abide by our Code of Conduct. We strive to create a welcoming and inclusive environment for all contributors.
If you have any questions or need help, feel free to reach out to the maintainers or open an issue for discussion.
Thank you for contributing to Mediclined! Your contributions help us improve the project for everyone.