Check out this project: Annoying Button😡. Hacktoberfest repo: fineanmol/Annoying-submit-button
When you make any contribution to this project, you'll appear on our Contributors Page with your GitHub avatar.
✨ No need to manually add your name — contributions are tracked automatically.
What counts as a contribution?
- 🐛 Bug fixes
- ✨ New features
- 📝 Documentation improvements
- 🎨 UI/UX enhancements
- ♻️ Code refactoring
- ✅ Tests
- 🔧 Configuration improvements
Beginner-friendly — great for Hacktoberfest. Watch the videos below and read the contribution rules. Happy learning 💙
P.S. Star ⭐ and share this repository if you had fun!
Join us in celebrating open source! 🎉
Table of Contents
- ✅ Make meaningful contributions (code, docs, design)
- ✅ Keep pull requests focused and small
- ✅ Do NOT add build steps (keep it a simple static site)
- ✅ Do NOT remove other content
- ✅ Test your changes before submitting
- ✅ Follow existing code style
- ❌ Do not edit the maintainer block at the top of contributor lists — new entries are appended at the end
💡 Tip: Quality over quantity! One good PR beats ten spam PRs.
- Fork this repo (button on top)
- Clone your fork
git clone https://github.com/fineanmol/Hacktoberfest2025.git
cd Hacktoberfest2025- Create a branch
git checkout -b my-new-branch- Make changes, then:
git add .
git commit -m "Relevant message"
git push origin my-new-branch- Open a pull request from your fork
git remote add upstream https://github.com/fineanmol/Hacktoberfest2025
git fetch upstream
git merge upstream/masterAfter 4 merged pull requests during Hacktoberfest, you may be eligible for swag (see hacktoberfest.com for current rules).
- Who can contribute? Anyone with a GitHub account participating in Hacktoberfest.
- How many PRs for swag? Typically 4 merged PRs (check official rules each year).
- Track progress: hacktoberfest.com/profile
- When? October 1–31 each year.