This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to uphold this code. [code-of-conduct]: http://todogroup.org/opencodeofconduct/#Hubot/opensource@github.com
We love pull requests. Here’s a quick guide:
npm link to make your cloned repo available to npmnpm link hubot in your newly created bot to use your hubot forknpm test)At this point you’re waiting on us. We like to at least comment on, if not accept, pull requests within a few days. We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
Include any information that would be relevant to reproducing bugs, use cases for new features, etc.
package.json, as the maintainers will manage that in a follow-up PR to releaseSyntax:
and and or over && and ||MyClass.myMethod(my_arg) not myMethod( my_arg ) or myMethod my_arg.a = b and not a=b.This section is for maintainers of hubot. Here’s the current process for releasing:
release-vX.X.X branch to release frompackage.json’s versionCHANGELOG.md (see https://github.com/github/hubot/blob/master/CHANGELOG.md#v2120 for an example)script/release