Thank you for considering contributing to LangGraph-learn! We welcome contributions of all kinds, including new examples, bug fixes, documentation improvements, and more.
- Navigate to the LangGraph-learn repository.
- Click the "Fork" button in the upper right corner of the repository page. This will create a copy of the repository in your GitHub account.
Clone your forked repository to your local machine:
git clone https://github.com/your-username/LangGraph-learn.git
Create a new branch for your feature or fix:
git checkout -b your-branch-name
Make the necessary changes to the codebase. Ensure that your code follows the project's coding standards and includes appropriate documentation and tests.
Commit your changes with a clear and concise commit message:
git add .
git commit -m "Description of your changes"
Push your changes to your forked repository:
git push origin your-branch-name
- Navigate to the original LangGraph-learn repository.
- Click on the "Pull requests" tab and then click the "New pull request" button.
- Select your fork and branch as the source and the original repository and branch as the destination.
- Provide a clear title and description for your pull request.
- Click the "Create pull request" button to submit your pull request.
Your pull request will be reviewed by the project maintainers. They may request changes or ask for additional information. Once your pull request is approved, it will be merged into the main repository.
Thank you for your contribution! Your support is greatly appreciated.