Thank you for considering contributing to the Mediplus project! We appreciate your help in making this project better. Please follow the guidelines below to ensure a smooth contribution process.
If you encounter any bugs or have suggestions for improvements, please open an issue in the repository. When reporting an issue, please provide:
- A clear description of the problem or suggestion.
- Steps to reproduce the issue (if applicable).
- Any relevant screenshots or error messages.
-
Fork the Repository: Click on the "Fork" button at the top right of the repository page to create your own copy of the project.
-
Clone Your Fork: Clone your forked repository to your local machine:
git clone https://github.com/Mmabiaa/mediplus.git
cd mediplus
- Create a New Branch: Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes: Implement your changes and commit them with a clear message:
git add
git commit -m "Add your message"
- Push Your Changes: Push your changes to your forked repository:
git push origin feature/your-feature-name
- Open a Pull Request: Go to the original repository and click on "Pull Requests." Click on "New Pull Request," select your branch, and provide a description of your changes.
By participating in this project, you agree to abide by our Code of Conduct. Please be respectful and considerate to others in the community.
Thank you for contributing to Mediplus! We look forward to your input.