Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit 50116a7

Browse files
committed
documentation is good
1 parent 5ce0de1 commit 50116a7

File tree

6 files changed

+74
-0
lines changed

6 files changed

+74
-0
lines changed

README

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
GitHub Services
2+
===============
3+
4+
There are three main pieces to this service:
5+
1) Sinatra server that handles all of the requests (github-services.rb)
6+
2) JSON payload containing all of the commit data (the same one you get using the API)
7+
3) JSON payload containing the service data (username, password, room, etc)
8+
9+
Steps to contributing:
10+
1) Fork the project
11+
2) Put your code in alphabetical order based on the request path in github-services.rb
12+
3) Vendor any external gems your code relies on, and make sure to include it in the requires at the top of github-services.rb
13+
4) Add documentation to docs/service_name (refer to the others for guidance)
14+
5) Send us a pull request
15+
16+
If you're interested in setting up an interesting test framework to manage the services, that would also be greatly appreciated.
17+
18+
Bugs can be filed here: http://logicalawesome.lighthouseapp.com/projects/8570-github/tickets
19+
20+
21+
Thanks to the following people for making this possible:
22+
* Blake Mizerany
23+
* Brandon Keepers
24+
* Florian Frank
25+
* John Nunemaker

docs/campfire

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Campfire
2+
========
3+
4+
payload
5+
-------
6+
refer to docs/github_payload
7+
8+
data
9+
----
10+
- subdomain
11+
- email
12+
- password
13+
- room
14+
- ssl
File renamed without changes.

docs/irc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
IRC
2+
========
3+
4+
payload
5+
-------
6+
refer to docs/github_payload
7+
8+
data
9+
----
10+
- server
11+
- port
12+
- room

docs/lighthouse

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Lighthouse
2+
========
3+
4+
payload
5+
-------
6+
refer to docs/github_payload
7+
8+
data
9+
----
10+
- subdomain
11+
- project_id
12+
- token

docs/twitter

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Twitter
2+
========
3+
4+
payload
5+
-------
6+
refer to docs/github_payload
7+
8+
data
9+
----
10+
- username
11+
- password

0 commit comments

Comments
 (0)