Skip to content

Hacktoberfest 2023 Starter project for first time contributors , OPEN FIRST Pull Request - FREE T-SHIRT🎉

License

Notifications You must be signed in to change notification settings

kartikey-codes/hacktoberfest-ContributorShowcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest Contributor Showcase

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!

This Project Is Perfect For Your First Pull Request

🗣 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 🔥.

How to Contribute

  1. Fork this repository on GitHub by clicking the "Fork" button at the top-right of this page.

  2. 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
  1. 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, and your-github-username with your GitHub username.

  2. Commit your changes with a meaningful message (e.g., "Added my profile"):

    git add index.html
    git commit -m "Added my profile"
  3. Push the changes to your GitHub repository:

    git push origin main
  4. 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!