Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 972 Bytes

CONTRIBUTING.md

File metadata and controls

49 lines (27 loc) · 972 Bytes

How to Contribute?

1. Fork this repository.

2. Clone your forked copy of the project.

git clone [email protected]:GDSC-Web-Development/covid-care-website.git

3. Navigate to the project directory 📁 .

cd covid-care-website

4. Perform your desired changes to the code base.

5. Track your changes:heavy_check_mark: .

git add . 

6. Commit your changes .

git commit -m "Relevant message"

7. Push the committed changes in your main/master branch to your remote repo.

git push -u origin main

8. To create a pull request, click on compare and pull requests.

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

10. Click on Create Pull Request.

11 Voila! You have made a PR to the project. Sit back patiently and relax while your PR is reviewed