mirror of
https://gitee.com/mirrors_adrian-thurston/yq.git
synced 2026-01-14 23:43:38 +08:00
479 B
479 B
- Install (golang)[https://golang.org/]
- Run
scripts/devtools.shto install the required devtools - Run
make [local] vendorto install the vendor dependencies - Run
make [local] testto ensure you can run the existing tests - Write unit tests - (see existing examples). Changes will not be accepted without corresponding unit tests.
- Make the code changes.
make [local] testto lint code and run tests- Profit! ok no profit, but raise a PR and get kudos :)