Thank you for your interest in contributing to ScrapeGraphAI! We welcome contributions from the community to help improve and grow the project. This document outlines the guidelines and steps for contributing.
- Getting Started
- Contributing Guidelines
- Code Style
- Submitting a Pull Request
- Reporting Issues
- License
To get started with contributing, follow these steps:
- Fork the repository on GitHub (FROM pre/beta branch).
- Clone your forked repository to your local machine.
- Install the necessary dependencies from requirements.txt or via pyproject.toml as you prefere :).
- Make your changes or additions.
- Test your changes thoroughly.
- Commit your changes with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the pre/beta branch.
N.B All the pull request to the main branch will be rejected!
Please adhere to the following guidelines when contributing to ScrapeGraphAI:
- Follow the code style and formatting guidelines specified in the Code Style section.
- Make sure your changes are well-documented and include any necessary updates to the project's documentation and requirements if needed.
- Write clear and concise commit messages that describe the purpose of your changes and the last commit before the pull request has to follow the following format:
feat: Add new feature
fix: Correct issue with existing feature
docs: Update documentation
style: Improve formatting and style
refactor: Restructure code
test: Add or update tests
perf: Improve performance
- Be respectful and considerate towards other contributors and maintainers.
Please make sure to format your code accordingly before submitting a pull request.
- Style Guide for Python Code
- Google Python Style Guide
- The Hitchhiker's Guide to Python
- Pylint style of code for the documentation
To submit your changes for review, please follow these steps:
- Ensure that your changes are pushed to your forked repository.
- Go to the main repository on GitHub and navigate to the "Pull Requests" tab.
- Click on the "New Pull Request" button.
- Select your forked repository and the branch containing your changes.
- Provide a descriptive title and detailed description for your pull request.
- Reviewers will provide feedback and discuss any necessary changes.
- Once your pull request is approved, it will be merged into the pre/beta branch.
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.
ScrapeGraphAI is licensed under the MIT License. See the LICENSE file for more information. By contributing to this project, you agree to license your contributions under the same license.
ScrapeGraphAI uses code from the Langchain frameworks. You find their original licenses below.
LANGCHAIN LICENSE https://github.com/langchain-ai/langchain/blob/master/LICENSE
Can't wait to see your contributions! 😄