We welcome contributions to the Bedrock LLM project! This document provides guidelines for contributing to the project.
-
Fork the repository on GitHub.
-
Clone your fork locally.
-
Install pre-commit:
pip install pre-commit pre-commit install
-
Create a new branch for your contribution.
Pre-commit will now run automatically on git commit
.
- Make your changes in your branch.
- Add or update tests as necessary.
- Ensure all tests pass.
- Update documentation if needed.
- Push your changes to your fork on GitHub.
- Submit a pull request to the main repository.
- Describe your changes in the pull request description.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
If you have any questions, please open an issue in the GitHub repository.
Thank you for contributing to Bedrock LLM!