mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-04 21:01:04 +08:00
1.2 KiB
1.2 KiB
Contributing to ScrapeGraphAI 🚀
Hey there! Thanks for checking out ScrapeGraphAI! We're excited to have you here! 🎉
Quick Start Guide 🏃♂️
- Fork the repository from the pre/beta branch 🍴
- Clone your fork locally 💻
- Install uv (if you haven't):
curl -LsSf https://astral.sh/uv/install.sh | sh - Run
uv sync(creates virtual env & installs dependencies) ⚡ - Run
uv run pre-commit install🔧 - Make your awesome changes ✨
- Test thoroughly 🧪
- Push & open a PR to the pre/beta branch 🎯
Contribution Guidelines 📝
Keep it clean and simple:
- Follow our code style (PEP 8 & Google Python Style) 🎨
- Document your changes clearly 📚
- Use these commit prefixes for your final PR commit:
feat: ✨ New feature fix: 🐛 Bug fix docs: 📚 Documentation style: 💅 Code style refactor: ♻️ Code changes test: 🧪 Testing perf: ⚡ Performance - Be nice to others! 💝
Need Help? 🤔
Found a bug or have a cool idea? Open an issue and let's chat! 💬
License 📜
MIT Licensed. See LICENSE file for details.
Let's build something amazing together! 🌟