-
Fork the repository:
-
Go to the GitHub repository and click on "Fork".
-
Clone the forked repository to your local machine:
git clone https://github.com/your-username/clinicwave-user-management-service.git cd clinicwave-notification-service
-
-
Set up the upstream repository:
git remote add upstream https://github.com/ClinicWave/clinicwave-user-management-service.git
-
Create a new branch for your feature:
git checkout -b feature
-
Make changes and commit them:
git commit -am 'Add new feature' -
Push the changes to your forked repository:
git push origin feature
-
Create a pull request:
- Go to your fork on GitHub and click on the "Pull Request" button.
- Select your new branch and compare it with the
mainbranch of theupstreamrepository.
-
Get your changes reviewed and merged.