Thank you for considering contributing to the GSB Matrimony Microservices project. Your contributions help make this platform better for the GSB (Goud Saraswat Brahmin) community.
- Make sure you have a GitHub account.
- Fork the repository to your GitHub account.
- Clone your fork:
git clone https://github.com/mssandeepkamath/gsb-matrimony-microservices.git
- Create a new branch for your changes:
git checkout -b feature-name
- Follow the instructions in the README of each microservice to set up and run.
- Make your desired changes, keeping code quality and best practices in mind.
- Add or modify unit tests as needed.
- Ensure that your changes do not break existing functionality.
- Commit your changes:
git commit -m "Description of changes"
- Push to your fork:
git push origin feature-name
- Open a pull request (PR) from your fork's branch to the
main
branch of this repository.
Your PR will be reviewed by project maintainers. Feedback and discussions may occur to ensure high code quality and consistency.
- Follow the existing code style and conventions.
- Write meaningful commit messages and PR descriptions.
- Keep PRs focused on a single feature or bug fix.
- Be respectful and considerate in all communications.
We appreciate your contributions and dedication to making the GSB Matrimony Microservices project a valuable resource for the GSB community.