Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 447 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 447 Bytes

How to contribute?

  1. Fork this repo.
  2. Clone the forked repo.
    git clone https://github.com/forkedusername/GDSC-USICT-flutter-projects
  3. Create a new branch.
    git checkout -b branchname
  4. Make required change and commit them.
  5. Push the changes.
  6. Create a pull request.

Now wait for your pr to get merged. Happy Coding!
Also, create a separate directory for each project and make meaningful changes.