Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ZeroBot: Difference between revisions

From ZeroWiki
imported>jereneal20
No edit summary
 
imported>smksyj
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= ZeroBot =
Slack에서 존재하는 제로페이지 봇.
Slack에서 존재하는 제로페이지 봇.
Hubot을 상속받은 봇이다.
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://coffeedoc.info/github/github/hubot/master/
* [[CoffeeScript]]
https://github.com/github/hubot/blob/master/docs/scripting.md
* [http://coffeescript.org]
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 node-gyp
  $ npm install
  $ npm install
Line 15: Line 23:
  $ zerobot clone
  $ zerobot clone
  $ ./bin/hubot
  $ ./bin/hubot
== Pull Request 정책 ==
* Pull Request를 받는 정책이 존재한다. 현재까지 알려진 정책은 다음과 같다.
* 개인적인 용도의 코드나 범용성이 없는 코드는 pull request를 받지 않는다.
** 범용성의 기준은 다른사람도 코드의 수정없이 사용이 가능할것이고 그 외에는 [[안혁준]]이 보고 판단한다. 애매하다고 생각되면 다른 사람의 의견도 같이 보고 판단한다
* zerobot은 [[안혁준]]이 관리하니까 Pull Request 정책은 [[안혁준]]이 말하면 끝이다.



Latest revision as of 13:21, 20 April 2015

ZeroBot

Slack에서 존재하는 제로페이지 봇. Hubot을 상속받은 봇이다.

참고

설치방법

  • 자세한 설치는 다른 문서를 참조... 가장 기본적인 instruction만 써두었습니다.
$ npm install node-gyp
$ npm install
redis 설치
$ redis make
$ redis-server
$ zerobot clone
$ ./bin/hubot

Pull Request 정책

  • Pull Request를 받는 정책이 존재한다. 현재까지 알려진 정책은 다음과 같다.
  • 개인적인 용도의 코드나 범용성이 없는 코드는 pull request를 받지 않는다.
    • 범용성의 기준은 다른사람도 코드의 수정없이 사용이 가능할것이고 그 외에는 안혁준이 보고 판단한다. 애매하다고 생각되면 다른 사람의 의견도 같이 보고 판단한다
  • zerobot은 안혁준이 관리하니까 Pull Request 정책은 안혁준이 말하면 끝이다.