GDG-Vizag / gdg_2020_frontend

MIT License
0 stars 3 forks source link

gdg_2020_frontend

Issues Forks Stars License

Requirements to contribute

How to make a Pull Request:

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/gdg_2020_frontend

3. Navigate to the project directory.

cd gdg_2020_frontend

4. Checkout from master to development branch.

git checkout development

5. Make changes in source code.

6. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin development

8. Create a Pull Request!

Congratulations! :boom: Sit and relax, you've made your contribution to [gdg_2020_frontend] (https://github.com/GDG-Vizag/gdg_2020_frontend) project.