Files
wehub-resource-sync fbfefa28d3
CodeQL / Analyze (python) (push) Failing after 0s
Release / Build (push) Failing after 1s
Release / Release (push) Waiting to run
Test Suite / Unit Tests (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:18:10 +08:00

45 lines
1.2 KiB
Markdown

# Contributing to ScrapeGraphAI 🚀
Hey there! Thanks for checking out **ScrapeGraphAI**! We're excited to have you here! 🎉
## Quick Start Guide 🏃‍♂️
1. Fork the repository from the **pre/beta branch** 🍴
2. Clone your fork locally 💻
3. Install uv (if you haven't):
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```
4. Run `uv sync` (creates virtual env & installs dependencies) ⚡
5. Run `uv run pre-commit install` 🔧
6. Make your awesome changes ✨
7. Test thoroughly 🧪
8. 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](LICENSE) file for details.
Let's build something amazing together! 🌟