Thank you for your interest in contributing to IssueMatch as part of Social Winter of Code 2026!
- Python 3.9+
- Node.js 18+
- Git
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/IssueMatch.git - Follow setup instructions in SETUP.md
- Browse open issues
- Look for issues labeled
SWoC26 - Check difficulty:
Easy,Medium, orHard - Comment to request assignment
git checkout -b fix/issue-number
# Make your changes
git add .
git commit -m "fix: description of fix"
git push origin fix/issue-number- Create PR using the template
- Link the related issue
- Wait for review
- Follow PEP 8
- Add type hints
- Write docstrings
- Use TypeScript strictly
- Follow React best practices
- Add proper error handling
- Test locally before submitting
- Ensure no breaking changes
- Add tests for new features
- Ask in issue comments
- Join Discussions
- Tag maintainers: @AvishkarPatil
- One issue at a time
- Wait for assignment before starting
- Communicate progress in comments
- Be respectful and collaborative
Happy Contributing! 🚀