We welcome contributions to the Moribito project! This guide outlines how to contribute to the project.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)See Development Setup for detailed instructions on setting up the development environment.
make fmt
before committing any changes to ensure proper code formattingAlways test your changes:
# Run tests
make test
# Run all CI checks (includes formatting, linting, testing, and building)
make ci
When making changes that affect user-facing functionality:
docs/
folderBy contributing, you agree that your contributions will be licensed under the MIT License.