Welcome to the Hacktoberfest Contributor Showcase! We invite you to add your profile to our list. Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!
🗣 Hacktoberfest encourages participation in the open-source community, which grows bigger every year. Complete the challenge and earn a limited edition T-shirt.
📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS 🔥.
-
Fork this repository on GitHub by clicking the "Fork" button at the top-right of this page.
-
Clone your forked repository to your local machine using Git:
git clone https://github.com/kartikey-codes/hacktoberfest-ContributorShowcase.git
3.Create a branch
git checkout -b branch-name
-
Edit the
index.html
file to add your information to the list.In the
index.html
file, you will find a section for contributors. Add your information in the following format:<li><strong>Your Name</strong> - Hobby: Your Hobby, <a href="https://github.com/your-github-username" target="_blank">GitHub Profile</a></li>
Replace
Your Name
with your name,Your Hobby
with your hobby or interest, andyour-github-username
with your GitHub username. -
Commit your changes with a meaningful message (e.g., "Added my profile"):
git add index.html git commit -m "Added my profile"
-
Push the changes to your GitHub repository:
git push origin main
-
Create a Pull Request (PR) from your forked repository to this main repository on GitHub.
To get approval of the pull request much quicker and faster, don't forget to star this repository to show your support!
I will review your PR, and once approved, your profile will appear on this page!
Thank you for contributing to the Hacktoberfest Contributor Showcase. Let's celebrate your participation!