mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
479 B
479 B
- Install (golang)[https://golang.org/]
- Run
scripts/devtools.sh
to install the required devtools - Run
make [local] vendor
to install the vendor dependencies - Run
make [local] test
to 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] test
to lint code and run tests- Profit! ok no profit, but raise a PR and get kudos :)