First off, thank you for taking the time to contribute to JobMiner!
Your help makes this project better for everyone 🚀
This project is Hacktoberfest-friendly 💻🍂 — feel free to pick issues, open pull requests, or suggest improvements.
git clone https://github.com/beingvirus/JobMiner.git
cd JobMinergit checkout -b feature/your-feature-nameAdd a new feature
Fix a bug
Improve documentation
Add tests
Optimize existing code
Add scrapers for new job portals
git add .
git commit -m "Added: description of your changes"
git push origin feature/your-feature-nameGo to your fork on GitHub
Click New Pull Request
Provide a clear description of your changes
Follow Python best practices (PEP 8)
Write clear commit messages
Keep PRs small and focused
Update documentation if needed
Test your code before submitting
By contributing, you agree that your contributions will be licensed under the MIT License
✨ Thank you for being a part of JobMiner and open source! Happy coding and Happy Hacktoberfest 🎃👩💻👨💻