Files
athens/CONTRIBUTING.md
Carolyn Van Slyck 21cd7239db Make it easier to run all the same commands that Travis does (#362)
* Make it easier to run all the same commands that Travis does

* Add target to install dev tools

* Dirty a temp directory instead of the repo root

* Explain our new make targets

* Set a TMPDIR on travis

* Fix comment
2018-07-30 13:27:40 -07:00

300 B

Hurray! We are glad that you want to contribute to our project! 👍

Verify your work

Run make verify to run all the same validations that our CI process runs, such as checking that the standard go formatting is applied, linting, etc.

Unit Tests

Run make test-unit to run the unit tests.