mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
68 lines
2.8 KiB
Markdown
68 lines
2.8 KiB
Markdown
# Contributing to YOSO-ai
|
|
|
|
Thank you for your interest in contributing to **YOSO-ai**! We welcome contributions from the community to help improve and grow the project. This document outlines the guidelines and steps for contributing.
|
|
|
|
## Table of Contents
|
|
|
|
- [Getting Started](#getting-started)
|
|
- [Contributing Guidelines](#contributing-guidelines)
|
|
- [Code Style](#code-style)
|
|
- [Submitting a Pull Request](#submitting-a-pull-request)
|
|
- [Reporting Issues](#reporting-issues)
|
|
- [License](#license)
|
|
|
|
## Getting Started
|
|
|
|
To get started with contributing, follow these steps:
|
|
|
|
1. Fork the repository on GitHub.
|
|
2. Clone your forked repository to your local machine.
|
|
3. Install the necessary dependencies.
|
|
4. Make your changes or additions.
|
|
5. Test your changes thoroughly.
|
|
6. Commit your changes with descriptive commit messages.
|
|
7. Push your changes to your forked repository.
|
|
8. Submit a pull request to the main repository.
|
|
|
|
## Contributing Guidelines
|
|
|
|
Please adhere to the following guidelines when contributing to AmazScraper:
|
|
|
|
- Follow the code style and formatting guidelines specified in the [Code Style](#code-style) section.
|
|
- Make sure your changes are well-documented and include any necessary updates to the project's documentation.
|
|
- Write clear and concise commit messages that describe the purpose of your changes.
|
|
- Be respectful and considerate towards other contributors and maintainers.
|
|
|
|
## Code Style
|
|
|
|
Please make sure to format your code accordingly before submitting a pull request.
|
|
|
|
### Python
|
|
|
|
- [Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/)
|
|
- [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
|
|
- [The Hitchhiker's Guide to Python](https://docs.python-guide.org/writing/style/)
|
|
|
|
## Submitting a Pull Request
|
|
|
|
To submit your changes for review, please follow these steps:
|
|
|
|
1. Ensure that your changes are pushed to your forked repository.
|
|
2. Go to the main repository on GitHub and navigate to the "Pull Requests" tab.
|
|
3. Click on the "New Pull Request" button.
|
|
4. Select your forked repository and the branch containing your changes.
|
|
5. Provide a descriptive title and detailed description for your pull request.
|
|
6. Reviewers will provide feedback and discuss any necessary changes.
|
|
7. Once your pull request is approved, it will be merged into the main repository.
|
|
|
|
## Reporting Issues
|
|
|
|
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository. Provide a clear and detailed description of the problem or suggestion, along with any relevant information or steps to reproduce the issue.
|
|
|
|
## License
|
|
|
|
AmazScraper is licensed under the **Apache License 2.0**. See the [LICENSE](LICENSE) file for more information.
|
|
By contributing to this project, you agree to license your contributions under the same license.
|
|
|
|
Can't wait to see your contributions! :smile:
|