Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.03 KB

Contributing to Bedrock LLM

We welcome contributions to the Bedrock LLM project! This document provides guidelines for contributing to the project.

Getting Started

  1. Fork the repository on GitHub.

  2. Clone your fork locally.

  3. Install pre-commit:

    pip install pre-commit
    pre-commit install
  4. Create a new branch for your contribution.

Pre-commit will now run automatically on git commit.

Making Changes

  1. Make your changes in your branch.
  2. Add or update tests as necessary.
  3. Ensure all tests pass.
  4. Update documentation if needed.

Submitting Changes

  1. Push your changes to your fork on GitHub.
  2. Submit a pull request to the main repository.
  3. Describe your changes in the pull request description.

Code of Conduct

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.

Questions

If you have any questions, please open an issue in the GitHub repository.

Thank you for contributing to Bedrock LLM!