Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

30 lines (27 loc) · 1.01 KB

Contributing

This repository is open for contributions , you can comment on an issue to get assigned to it or make new issues if you suspect anything that needs tweaking in the project itself.

How to Contribute

  1. Fork this reposistory.
  2. Clone your fork copy of the project which'll be visible in your account.
git clone --depth 1 https://github.com/<your_user_name>/antariksh.git

3.Navigate to the project directory

cd antariksh
  1. Create a new branch by using the command
git checkout -b <branch_name>

5.Create a new remote for the upstream repo. 6.Make the changes in the project in your text editor. 7. Track and commit your changes. 8. Push your changes to the branch using the command:

git push origin <branch_name>
  1. Click on the Create pull request and compare button on your github page.
  2. Explain the changes you made and create a pull request.
  3. Wait for the pull request to get reviewed.

Happy contributing!