-
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
main
branch of theupstream
repository.
-
Get your changes reviewed and merged.