Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 1.13 KB

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by the Code Of Conduct.

Steps

  1. Fork this awesome project. This will create a copy of this repo in your github account.
  2. Clone your forked version git clone [email protected]:<YOUR-USERNAME>/open-source-practice.git
  3. Make changes
  4. Create a new branch
  5. Commit your changes (write a short descriptive message of what you have done)
  6. Push your changes to your forked version
  7. Go to the original project on GitHub & Create a Pull Request

DONE 🥳