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.
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.
- A GitHub account
- Git installed on your local machine
- Basic knowledge of Git and GitHub
- Registered for Hacktoberfest
- Visit hacktoberfest.com and register with your GitHub account
- Registration typically opens in late September/early October
- Click the Fork button at the top right of this repository
- This creates a copy of the repository in your GitHub account
git clone https://github.com/YOUR-USERNAME/HacktoberFest2025.git
cd HacktoberFest2025git checkout -b your-branch-nameUse a descriptive branch name (e.g., add-john-profile, fix-typo-readme)
- Add your contributions (see What Can You Contribute? section)
- Follow the contribution guidelines below
- Test your changes
git add .
git commit -m "Add: brief description of your changes"git push origin your-branch-name- 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
We welcome various types of contributions:
- Add Your Profile: Create a markdown file with your information in a
contributorsfolder - 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
- Be Respectful: Treat everyone with respect and kindness
- Quality Over Quantity: Focus on meaningful contributions
- Follow Standards: Maintain code quality and follow existing patterns
- One PR per Contribution: Keep pull requests focused on a single change
- Descriptive Commits: Write clear, descriptive commit messages
- Test Your Code: Ensure your changes work before submitting
- No Spam: Spammy PRs will be marked as invalid and closed
Want to make your first contribution? Try adding your profile!
- Create a new file:
contributors/YOUR-USERNAME.md - 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- Follow the contribution steps above to submit your PR!
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-acceptedlabel - Read the full Hacktoberfest Participation Guidelines
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
- Issues: Check existing issues or create a new one
- Discussions: Join discussions for questions
- Contact: Reach out to the GDG Kisii community
- GDG Kisii: Join our community
- GitHub: @GDG-Kisii
If you find this repository helpful, please give it a star! ⭐
This project is open source and available for Hacktoberfest contributions.
Happy Hacking! 🚀💻
Made with ❤️ by GDG Kisii