786 B
786 B
Contributing to CxLLM-ARA
Thanks for taking the time to contribute!
Workflow
- Open an issue describing the change before sending a PR for non-trivial work.
- Fork / branch off
main. Use a descriptive branch name (feat/...,fix/...). - Keep commits scoped and use Conventional Commits (
feat:,fix:,docs:,refactor:,test:,chore:). - Run
make lintandmake testbefore pushing. - Open a PR — CI must pass before review.
Coding style
- Swift:
swiftformatdefaults +swiftlintrules from the umbrella repo. - Objective-C / C / C++: clang-format
-style=Google. - No tabs in Swift; 4-space indent in C/C++.
Code of conduct
By contributing you agree to abide by the project's Code of Conduct
(see the umbrella cxllm-code repo).