Go to file
Brandon Keepers 1f838dfb1c README driven development 2016-09-16 09:07:36 -07:00
README.md README driven development 2016-09-16 09:07:36 -07:00

README.md

[Bot Name]

[Bot Name] is a trainable robot that responds to activity on GitHub. Welcome first-time contributors, close stale pull requests, or require a 👍 from at least 2 maintainers…add pre-built behaviors to your project, or write your own.

Behaviors

Installation

TODO

Configuration

TODO

Creating a behavior

robot.on('pull', function(event) {
  robot.comment("Thanks for the pull request! We'll review it within 72 hours!");
});