Difference between r1.1 and the current
@@ -1,12 +1,20 @@
= ZeroBot =
Slack에서 존재하는 제로페이지 봇.Hubot을 상속받은 봇이다.
== 참고 ==
* [https://github.com/ZeroPage/zerobot/tree/master/ 제로봇]
https://github.com/ZeroPage/zerobot/tree/master/
* [http://coffeedoc.info/github/github/hubot/master/ 도큐먼트]
* [https://github.com/github/hubot/blob/master/docs/scripting.md 도큐먼트]
http://coffeescript.org
* [CoffeeScript]
* [http://coffeescript.org]
* [https://sublime.wbond.net Sublime Package Control]
* [https://github.com/Xavura/CoffeeScript-Sublime-Plugin CoffeeScript Highlight 플러그인]
== 설치방법 ==
* 자세한 설치는 다른 문서를 참조... 가장 기본적인 instruction만 써두었습니다.
{{{$ npm install node-gyp
$ npm install
@@ -18,3 +26,9 @@
$ zerobot clone
$ ./bin/hubot
}}}
$ ./bin/hubot
}}}
== Pull Request 정책 ==
* Pull Request를 받는 정책이 존재한다. 현재까지 알려진 정책은 다음과 같다.
* 개인적인 용도의 코드나 범용성이 없는 코드는 pull request를 받지 않는다.
* 범용성의 기준은 다른사람도 코드의 수정없이 사용이 가능할것이고 그 외에는 [안혁준]이 보고 판단한다. 애매하다고 생각되면 다른 사람의 의견도 같이 보고 판단한다
* zerobot은 [안혁준]이 관리하니까 Pull Request 정책은 [안혁준]이 말하면 끝이다.
참고 ¶
설치방법 ¶
- 자세한 설치는 다른 문서를 참조... 가장 기본적인 instruction만 써두었습니다.
$ npm install node-gyp $ npm install redis 설치 $ redis make $ redis-server
$ zerobot clone $ ./bin/hubot