Skip to content

Latest commit

Β 

History

History
19 lines (17 loc) Β· 601 Bytes

File metadata and controls

19 lines (17 loc) Β· 601 Bytes

πŸš€ Hacktoberfest 2025 - Contribute Here!

Welcome to Hacktoberfest! πŸŽ‰
This repository is open for contributions from everyone.
Follow the steps below to make your first pull request and get it counted for Hacktoberfest.

πŸ“Œ Steps to Contribute

  1. Fork this repo 🍴
  2. Clone your forked repo
    git clone https://github.com/<your-username>/<repo-name>.git

3.create a new branch git checkout -b my-new-branch 4.Make your changes 5.Commit and push git add . git commit -m "Added my contribution" git push origin my-new-branch 6.Open a Pull Request βœ