- Fork the repo to your username.
- Clone the forked repo to your local directory.
- Add remote upstream git remote add upstream https://github.com/arvindsharma024/HCS-iOS
- Check whether upstream has been added correctly git remote -v
- Take latest pull from upstream develop branch git pull upstream develop
- Create a branch from develop with either the ticket name or feature name you are working.
- Make changes to your local branch and commit them, and push them to remote branch with same name.
- Raise a Pull Request (PR) with your branch targetting upstream develop.
That's it... You are good to go !! Happy Programming !!