Skip to content

inamdarketan/GDSC-Official-Web

 
 

Repository files navigation

GitHub issues GitHub pull requests

Logo

GDSC-GES-COENGG

GDSC-GES-COENGG

Through GDSC, we want to foster the ability to give back to society with the use of technology through GDSC. It's a club where we learn and build new things with other curious developers, exhilarating everyone to their core. The goal is to establish an optimum learning environment on and around campus.

How To Contribute ?

Please follow these simple steps to start contributing:

  1. If you want to work on issue then comment. If you get assigned, Fork this repository.

  2. Clone your forked copy of the project.

  git clone https://github.com/GDSC-GES-COENGG/GDSC-Official-Web.git
  1. Navigate to your project directory and open it in your code editor.
  cd GDSC-Official-Web
  1. Add a reference(remote) to the original repository.
  git remote add upstream https://github.com/GDSC-GES-COENGG/GDSC-Official-Web.git
  1. Check the remotes for this repository.
  git remote -v
  1. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
  git pull upstream main
  1. Create a new branch.
  git checkout -b <your_branch_name>
  1. Perform your desired changes to the code base.

  2. Track your changes✔️ .

  git add .
  1. Commit your changes .
  git commit -m "Relevant message"
  1. Push the committed changes in your feature branch to your remote repo.
  git push -u origin <your_branch_name>
  1. Open a Pull Request with a name of the issue and describe about your changes with reasons. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

  2. Add appropriate title and description to your pull request explaining your changes and efforts done.

  3. Click on Create Pull Request.

  4. Done. : )

Add Your Name

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Contributors :

The Wonderful People Who Have Contributed Here :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.4%
  • CSS 25.0%
  • JavaScript 2.6%