Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

39 lines (28 loc) · 1.47 KB

Contributing to Web Scrapper

Thank you for considering contributing to Web Scrapper! Contributions are welcome from everyone.

How to Contribute

If you'd like to contribute to Web Scrapper, please follow these steps:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your contribution:

    git checkout -b feature/my-contribution
    
  3. Make your changes and commit them:

    git commit -m "Add your commit message here"
    
  4. Push your changes to your fork:

    git push origin feature/my-contribution
    
  5. Open a pull request against the main branch of the original repository.

Reporting Issues

If you encounter any issues while using Web Scrapper, please feel free to report them in the Issues section of this repository. When reporting issues, please provide as much detail as possible, including steps to reproduce the issue and any error messages you may have encountered.

Code of Conduct

Please note that Web Scrapper has a Code of Conduct that all contributors are expected to adhere to. By participating in this project, you agree to abide by its terms.

Get in Touch

If you have any questions or need further assistance, don't hesitate to reach out to me via email: [email protected].

Happy contributing!