Thank you for your interest in contributing to Patient-Doctor-Portal! We welcome contributions from the community and appreciate your help in making this project better.
- If you're new to open source, you can start by looking at the issues labeled as "good first issue". These are issues that are suitable for beginners.
- If you have questions or need help, please don't hesitate to reach out by creating an issue.
- Before contributing, please read and adhere to our Code of Conduct.
-
Fork the Repository: Click the "Fork" button in the top-right corner of this repository's page and clone your fork to your local machine.
-
Create a Branch: Create a new branch for your contribution. Use a descriptive name, e.g.,
fix-issue-123
orfeature-new-feature
. -
Make Changes: Make your changes or additions to the codebase.
-
Testing: If applicable, test your changes thoroughly to ensure they work as intended.
-
Commit Changes: Commit your changes with a clear and concise commit message.
-
Push Changes: Push your changes to your fork on GitHub.
-
Create a Pull Request (PR): Open a PR against the main branch of this repository. Provide a clear title and description for your PR, and link to any related issues.
-
Review: Your PR will be reviewed by project maintainers. Be prepared to make updates based on feedback.
-
Merge: Once your PR is approved, it will be merged into the main branch.
We follow a specific code style in this project. Please ensure your code adheres to the style guidelines before submitting a PR.
If you encounter bugs or have suggestions for improvements, please create an issue. Include as much detail as possible to help us understand and address the problem.
By contributing to this project, you agree that your contributions will be licensed under the LICENSE file of this project.
Thank you for contributing to Patient-Doctor-Portal!