Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 749 Bytes

File metadata and controls

26 lines (22 loc) · 749 Bytes

Contributing to My Project

Thanks for considering contributing to this project! Here are some steps to help you get started:

Steps to contribute

  1. Fork the repository by clicking the "Fork" button at the top-right of this page.
  2. Clone the forked repository to your local machine:
    git clone https://github.com/your-username/your-repo.git
  3. Create a new branch to make your changes:
    git checkout -b my-feature-branch
  4. Make your changes, then commit them:
    git add .
    git commit -m "Description of your changes"
  5. Push your changes to your fork:
    git push origin my-feature-branch
  6. Open a pull request to the main repository.