misegitmake
mise trust .mise.toml
mise install
mise exec -- make setupRun app:
mise exec -- make runRun checks before opening a PR:
mise exec -- make fmt
mise exec -- make checkBASE_URL=https://YOUR_DOMAIN_OR_FUNCTION_URL mise exec -- make smoke- Keep changes focused and small.
- Include tests for behavioral changes.
- Update
README.mdwhen API behavior changes.
- Dependabot PRs (
gomod,github-actions) are reviewed weekly. - Merge only with passing CI checks.
- For failing dependency PRs, push a fix commit to the PR branch or replace it with a clean follow-up PR.