Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 613 Bytes

File metadata and controls

17 lines (11 loc) · 613 Bytes

Contributing to LLaMArch

Thank you for your interest in contributing to LLaMArch! We welcome contributions that enhance the project. Before contributing, please review the guidelines below.

License

LLaMArch is licensed under the MIT License.

By contributing, you agree that your contributions will be licensed under these terms.

How to Contribute

  • Fork the repository.
  • Create a feature branch (git checkout -b feature-name).
  • Commit your changes (git commit -am 'Add new feature').
  • Push to the branch (git push origin feature-name).
  • Open a pull request describing your changes.