Skip to content

Welcome to Hacktoberfest 2024 at Hackspace! Join us in celebrating open source by contributing to projects, submitting pull requests, and collaborating with a global community. Whether you're a beginner or a pro, there’s a place for everyone. Let’s build something great together this Hacktoberfest!

Notifications You must be signed in to change notification settings

Karthikeya1500/HacktoberFest24

 
 

Repository files navigation

🎉 Welcome to Hacktoberfest 2024 at Hackspace! 🎉

Hacktoberfest is a month-long celebration of open source software run by DigitalOcean. It's a chance to collaborate with developers all around the world and contribute to projects you love. Whether you’re a seasoned developer or just starting, Hacktoberfest is for everyone!

🎯 How to Participate in Hacktoberfest

Follow these steps to get involved and start contributing to open-source projects at Hackspace:

1. Register for Hacktoberfest

  • Visit the official Hacktoberfest website and sign up using your GitHub account.
  • Make sure to read the rules and guidelines.

2. Find a Repository to Contribute

  • Browse through the Hackspace projects (add your repository link here).
  • Look for issues labeled as Hacktoberfest, Good First Issue, or Help Wanted.
  • If you're new to open source, start with beginner-friendly issues.

3. Fork the Repository

  • Click on the Fork button at the top-right of the repository page to create your own copy of the project.

4. Clone Your Fork

  • Clone your forked repository to your local machine using the following command:
    git clone https://github.com/your-username/HacktoberFest.git
    cd HacktoberFest

5. Make Your Changes

  • Check the issue details and the project's CONTRIBUTING.md file to understand how to contribute.
  • Create a new branch to work on the issue:
    git checkout -b your-branch-name
  • Make your changes or fix the issue.

6. Commit and Push

  • After making your changes, commit them with a meaningful message:
    git add .
    git commit -m "Fixed issue #XYZ: brief description"
    git push origin your-branch-name

7. Open a Pull Request

  • Head back to the original repository in your browser and click the "New Pull Request" button.
  • Make sure to follow the pull request template and link the issue number in your PR description.

8. Get Your PR Reviewed

  • Wait for maintainers to review your pull request. They might suggest some changes before merging.

9. Repeat and Celebrate

  • You can submit multiple pull requests during Hacktoberfest. Aim to have at least 4 PRs merged to qualify for rewards.
  • Once your PRs are accepted, you're one step closer to earning Hacktoberfest swag!

🌟 Contribution Guidelines

  • Follow the project’s contribution guidelines in the CONTRIBUTING.md file.
  • Ensure your code adheres to best practices and standards.
  • Be respectful and patient while your pull requests are reviewed.

📜 Rules & Rewards

  • To successfully complete Hacktoberfest, you need to open 4 valid pull requests during October.
  • PRs must be merged, accepted, or marked as "valid" to count.
  • Learn more about the Hacktoberfest Rules.

🤝 Join the Community

  • If you have any questions or need help, feel free to reach out in our community channel (add link to your community Slack/Discord/etc.).
  • Follow us on social media for updates and tips!

Happy Hacking! 💻🚀

About

Welcome to Hacktoberfest 2024 at Hackspace! Join us in celebrating open source by contributing to projects, submitting pull requests, and collaborating with a global community. Whether you're a beginner or a pro, there’s a place for everyone. Let’s build something great together this Hacktoberfest!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.4%
  • JavaScript 11.7%
  • HTML 0.9%