Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 490 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (12 loc) · 490 Bytes

Contributing Guide

If you want to make new changes to the site, follow these steps:

  1. Fork the project repository.
  2. Clone the forked repository on your environment.
  3. Make changes wherever needed.
  4. That's it! Stage your changes
    git add -A
  5. Commit your changes
    git commit -m "<update log>"
  6. Push to the changes to your forked repo
    git push origin main
  7. Open a pull request and I will merge your contribution to the repo after review!