Skip to content

edm-ond/HacktoberFest2025

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberFest2025 🎃

Welcome to the GDG Kisii Hacktoberfest 2025 repository! This is an opportunity for developers of all skill levels to participate in Hacktoberfest 2025 and contribute to open source.

📖 What is Hacktoberfest?

Hacktoberfest is a month-long celebration of open source software run by DigitalOcean. During the month of October, we invite you to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects.

🎯 How to Participate

Prerequisites

  • A GitHub account
  • Git installed on your local machine
  • Basic knowledge of Git and GitHub
  • Registered for Hacktoberfest

Step-by-Step Guide

1. Register for Hacktoberfest

  • Visit hacktoberfest.com and register with your GitHub account
  • Registration typically opens in late September/early October

2. Fork this Repository

  • Click the Fork button at the top right of this repository
  • This creates a copy of the repository in your GitHub account

3. Clone Your Fork

git clone https://github.com/YOUR-USERNAME/HacktoberFest2025.git
cd HacktoberFest2025

4. Create a New Branch

git checkout -b your-branch-name

Use a descriptive branch name (e.g., add-john-profile, fix-typo-readme)

5. Make Your Changes

  • Add your contributions (see What Can You Contribute? section)
  • Follow the contribution guidelines below
  • Test your changes

6. Commit Your Changes

git add .
git commit -m "Add: brief description of your changes"

7. Push to Your Fork

git push origin your-branch-name

8. Create a Pull Request

  • Go to your fork on GitHub
  • Click Compare & pull request
  • Provide a clear title and description of your changes
  • Submit the pull request
  • Wait for review and merge

💡 What Can You Contribute?

We welcome various types of contributions:

  • Add Your Profile: Create a markdown file with your information in a contributors folder
  • Code Examples: Share useful code snippets, algorithms, or projects
  • Documentation: Improve existing documentation or add new guides
  • Bug Fixes: Fix any bugs you find
  • Features: Add new features (discuss in issues first)
  • Translations: Help translate content to different languages

📝 Contribution Guidelines

  1. Be Respectful: Treat everyone with respect and kindness
  2. Quality Over Quantity: Focus on meaningful contributions
  3. Follow Standards: Maintain code quality and follow existing patterns
  4. One PR per Contribution: Keep pull requests focused on a single change
  5. Descriptive Commits: Write clear, descriptive commit messages
  6. Test Your Code: Ensure your changes work before submitting
  7. No Spam: Spammy PRs will be marked as invalid and closed

🚀 Getting Started - Quick Contribution

Want to make your first contribution? Try adding your profile!

  1. Create a new file: contributors/YOUR-USERNAME.md
  2. Add your information using this template:
# Your Name

- **Location**: Your City, Country
- **GitHub**: [@your-username](https://github.com/your-username)
- **Interests**: Your interests (e.g., Web Development, AI, Mobile Apps)
- **Fun Fact**: Something interesting about you!

## About Me
Write a brief introduction about yourself and your coding journey.

## Skills
- List your
- Technical skills
- Here
  1. Follow the contribution steps above to submit your PR!

🎖️ Hacktoberfest Rules

To successfully complete Hacktoberfest:

  • Make 4 valid pull requests between October 1-31
  • PRs must be made to public repositories
  • PRs must not be marked as spam or invalid
  • PRs must be merged, approved by a maintainer, or have the hacktoberfest-accepted label
  • Read the full Hacktoberfest Participation Guidelines

📜 Code of Conduct

We are committed to providing a welcoming and inclusive experience for everyone. We expect all participants to adhere to our Code of Conduct:

  • Be respectful and inclusive
  • Exercise empathy and kindness
  • Give and accept constructive feedback gracefully
  • Focus on what is best for the community

🤝 Need Help?

  • Issues: Check existing issues or create a new one
  • Discussions: Join discussions for questions
  • Contact: Reach out to the GDG Kisii community

📞 Connect With Us

⭐ Show Your Support

If you find this repository helpful, please give it a star! ⭐

📄 License

This project is open source and available for Hacktoberfest contributions.


Happy Hacking! 🚀💻

Made with ❤️ by GDG Kisii

About

Opportunity for developers to participate in Hacktoberfest 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors