Thank you for considering contributing to the Sundar Clinic Website! We appreciate your interest in helping us improve this project. Please follow these guidelines to ensure a smooth and effective contribution process.
- If you encounter any bugs, issues, or unexpected behavior, please open an issue on this repository. Be as detailed as possible in your description.
- If you have a suggestion or feature request, feel free to open an issue to discuss it.
- Fork the repository to your own GitHub account.
- Clone your forked repository:
git clone https://github.com/Sundar-Clinic/Main-Website.git
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them with clear, concise commit messages.
- Push your changes to your forked repository:
git push origin feature-name
- Open a pull request (PR) to the main repository's
main
branch.
- Follow the existing code style and formatting conventions.
- Ensure your code is well-documented, and include comments where necessary.
- Write clear commit messages that describe the purpose of your changes.
- If your changes affect the website's functionality, please include relevant tests.
- Ensure that all existing tests pass.
We look forward to your contributions and appreciate your help in making the Sundar Clinic Website better for our users!