Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 901 Bytes

File metadata and controls

33 lines (25 loc) · 901 Bytes

Contributing to Facebook Scraper

Thank you for your interest in contributing to the Facebook Scraper project!

How to Contribute

Reporting Bugs

  • Use the GitHub issue tracker
  • Describe the bug in detail
  • Include steps to reproduce
  • Provide error messages and logs

Suggesting Features

  • Open an issue with the "feature request" label
  • Explain the use case
  • Describe the expected behavior

Pull Requests

  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

Code Style

  • Follow existing code conventions
  • Write clear commit messages
  • Add tests for new features
  • Update documentation as needed

Questions?

Contact us at support@crawlbase.com or open an issue for discussion.