Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 2.77 KB

CONTRIBUTING.md

File metadata and controls

89 lines (67 loc) · 2.77 KB

Contributing to GDSC-Official-Web

GitHub issues GitHub pull requests

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Submitting a fix
  • Proposing new features

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 details here:

Contributors:
Atharva Chandwadkar
Sanket Borade
Tanmay Bharambe
Gauri Suryawanshi
Tejashree Jagtap
Ketan Inamdar
Parth Parmar
Pratik Parvat
Nikita Zalte
Riddhi Dalal
Poornima Mahajan
Mandar Pandit
Sarvesh Joshi
Ruchita Wagh