Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 755 Bytes

File metadata and controls

29 lines (20 loc) · 755 Bytes

Contributing to data-extraction-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/data-extraction-api.git
cd data-extraction-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.