Thank you for your interest in contributing to LLaMArch! We welcome contributions that enhance the project. Before contributing, please review the guidelines below.
LLaMArch is licensed under the MIT License.
By contributing, you agree that your contributions will be licensed under these terms.
- 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.