Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.11 KB

wercker status GoDoc Go Report Card codecov MIT Licensed

Roy

Experimental intelligent agent

This is a work in progress

Queues

Sensors

Actuators

Contributing

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Create a branch with your modifications git checkout -b fantastic-feature.
  • Then commit your changes git commit -m 'Implementation of new fantastic feature'
  • Make a push to your branch git push origin fantastic-feature.
  • Submit a Pull Request so that we can review your changes