Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1010 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 1010 Bytes

Contributing to Smart_Scraper

Thank you for considering contributing to [Project Name]! We appreciate your interest and welcome your contributions.

How Can You Contribute?

  1. Report Bugs: If you find a bug, please report it by opening an issue.
  2. Suggest Features: We welcome feature requests or suggestions for improvement.
  3. Submit Pull Requests: If you have a fix or a feature you'd like to implement, feel free to create a pull request.

How to Submit a Pull Request

  1. Fork the repository.
  2. Create a new branch from main.
  3. Make your changes, and ensure your code passes all tests.
  4. Commit your changes and push the branch to your fork.
  5. Open a pull request to the main branch of this repository.

Code Style

Please follow our code style guidelines and ensure your changes are properly formatted.

Tests

If you add or modify any functionality, please add corresponding tests to maintain the project's quality.

Thank you for helping to improve [Project Name]!