Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 637 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 637 Bytes

Contributing

Building

This project uses Dep to manage dependencies. To build the project, follow the standard Go practices:

  1. Clone the repository into the approriate directory. Ensure that it is in the GOPATH
  2. Call dep ensure to install dependencies. See dep documentation for more information
  3. go build!

Testing

Testing this is difficult without a live instance of Nelson. Integration tests and ideas are welcome!

Adding Documentation

The root of the repository has an examples directory where users can view simple examples.