Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.91 KB

Contributing.md

File metadata and controls

55 lines (38 loc) · 2.91 KB

Larger Image

Hacktoberfest 2023

Hacktoberfest is an annual month-long celebration of open source software, organized by DigitalOcean in partnership with GitHub. It encourages contributions to open source projects by offering exciting rewards to participants.

How It Works

During the month of October, individuals are invited to contribute to open source projects on GitHub. To be eligible for rewards, participants must make a minimum of four valid pull requests to any public repository. This is a great opportunity for both beginners and experienced developers to get involved in the open source community.

How to Contribute?

  1. Register for Hacktoberfest on the official website: Hacktoberfest.

  2. Fork the Repository:

  • Click the "Fork" button in the upper-right corner of the repository's page. This creates a copy (fork) of the repository in your GitHub account.
forked!
  1. Copy the HTML code below and replace the placeholders with your information and URLs:
<figure class="Card">
    <div class="profile-image"><img src="{IMAGE-URL}" alt="Profile-Image" /></div>
    <figcaption>
        <h3>{YOUR_NAME}</h3>
        <h5 class="Role">Contributor</h5>
        <div class="line"></div>
        <div class="icons">
            <a href="GITUHB_URL" target="_blank"><i class="ion-social-github" id="github"></i></a>
            <a href="TWITTER_URL" target="_blank"><i class="ion-social-twitter" id="twitter"></i></a>
            <a href="LINKEDIN_URL" target="_blank"><i class="ion-social-linkedin" id="linkedin"></i></a>
        </div>
    </figcaption>
</figure>
  1. Navigate to the "index.html" file, access the editing mode, insert the provided code after the 44th line and save the file.
  • Replace {IMAGE-URL} with your image URL, {YOUR_NAME} with your name, GITUHB_URL with your GitHub URL, TWITTER_URL with your Twitter URL, and LINKEDIN_URL with your LinkedIn URL.
  • Note: If you don't have an account on a particular platform, just remove the corresponding anchor tag block
  1. Create a Pull Request to add the changes to this repository. Please change the title to "added"

  2. Please patiently await the repository maintainer's review and be open to making further changes if requested. Your cooperation and flexibility are greatly appreciated!


"Great job on your GitHub contributions! Keep up the good work and continue making a positive impact on open-source projects." 👏🚀 #OpenSourceRocks