Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.25 KB

File metadata and controls

32 lines (23 loc) · 1.25 KB

Contributing to Crawlab + CapSolver Integration

First off, thank you for considering contributing to this project! It's people like you that make the open-source community such an amazing place to learn, inspire, and create.

How Can I Contribute?

Reporting Bugs

  • Check the Issues to see if the bug has already been reported.
  • If not, open a new issue, providing as much detail as possible, including steps to reproduce the bug and your environment details.

Suggesting Enhancements

  • Open a new issue and describe the enhancement you'd like to see.
  • Explain why this enhancement would be useful to most users.

Pull Requests

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

Style Guide

  • Use clear and descriptive commit messages.
  • Ensure your code follows the existing style of the project.
  • Update the README.md if your changes introduce new features or change existing ones.

Questions?

Feel free to open an issue with the tag question.


Thank you for your contributions!