Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 727 Bytes

File metadata and controls

29 lines (20 loc) · 727 Bytes

Contributing to web-data-api

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Development Setup

git clone https://github.com/data-scrape/web-data-api.git
cd web-data-api
pip install -r requirements.txt

Code Style

  • Follow PEP 8
  • Use type hints where possible
  • Add docstrings for all functions and classes

Reporting Issues

Use GitHub Issues to report bugs or request features.