Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.47 KB

File metadata and controls

25 lines (15 loc) · 1.47 KB

Contributing to Core Scraper

First off, thank you for considering contributing! It's people like you that make open source projects such a great place to learn, inspire, and create. All contributions are welcome, including bug reports, feature requests, documentation improvements, and pull requests.

How to Contribute

Reporting Bugs

If you find a bug, please ensure the bug was not already reported by searching on GitHub under Issues. If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Suggesting Enhancements

If you have an idea for an enhancement, please open an issue to discuss it. This allows us to coordinate efforts and prevent duplicated work.

Pull Request Process

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue that pull request!

Code of Conduct

This project and everyone participating in it is governed by a Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior.