- When you add, remove or modify files under pkg/formatter/templates/text/, run
make bindatato regenerate pkg/formatter/templates/bindata.go. Commit updated bindata.go together with the template changes. - When you add, remove of modify commands, run
make docsto regenerate the files under docs/. Commit updated docs together with the command changes. - Run
make formatandmake lintto verify your code style. If these result in changes, evaluate if the changes are sensible. If they are sensible, commit them together with your code changes. - Run
make unitto run the unit tests to verify your code changes.