Contributing
Setup
gh repo fork imdevan/l --clonecd lDevelopment
just build # build the binaryjust build-run # build and runjust watch # rebuild on file changesjust test # run testsSubmitting Changes
- Fork the repo and create a branch from
main - Make your changes and ensure tests pass (
just test) - Open a pull request with a clear description of what changed and why