Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 901 Bytes

File metadata and controls

19 lines (13 loc) · 901 Bytes

Building/Contributing

Just as a heads up, building the project is actually as easy as running go build (assuming familiarity with Go of course).

Building Chef-Guard

I cannot make it any easier that just using this one command: go build in the source directory :) For more information and details you should really checkout the Chef-Guard project page at Xanzy which contains just about all the info you need to get started...

Chef-Guard requires at least Go 1.8 to build and uses govendor for managing dependencies.

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request