Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 691 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 691 Bytes

Contributing

Steps

  1. Fork this project
  2. Clone your forked version git clone [email protected]:<YOUR-USERNAME>/Project.git
  3. Make changes
  4. Commit your changes (write a short descriptive message of what you have done)
  5. Push yours changes to your forked version
  6. Go to the original project on GitHub & Create a Pull Request

DONE