- Fork the repository
- Clone your local fork
- Create upstream remote
$ git remote add upstream https://github.com/developer-student-club-thapar/gdsc-connect-backend
- Pull from upstream remote
$ git pull upstream master
- Push commits to origin remote (Get your issue number from linear)
$ git commit -m "[Fix ISSUE_NUMBER] your message"
$ git push origin master
- Generate Pull Request
Happy Coding!!!