Skip to content

krohitk17/gdsc-connect-backend

 
 

Repository files navigation

How To Contribute

  • 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!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • Handlebars 2.4%
  • JavaScript 2.0%
  • Dockerfile 1.0%