Commit 7d672ab0edc277d3b7d6fbe34c6fac8b46ef61b8

Authored by Nathan Broadbent
1 parent b0cc2ccc
Exists in master and in 1 other branch production

Added github issues section to README [ci skip]

Showing 1 changed file with 8 additions and 2 deletions   Show diff stats
README.md
1 1 Errbit [![TravisCI](https://secure.travis-ci.org/errbit/errbit.png?branch=master)](http://travis-ci.org/errbit/errbit)
2 2 ======
3   -
  3 +
4 4 **The open source self-hosted error catcher**
5 5  
6 6 Errbit is a tool for collecting and managing errors from other applications.
... ... @@ -61,7 +61,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at
61 61 rake errbit:bootstrap
62 62  
63 63 3. Update the config.yml and mongoid.yml files with information about your environment
64   -
  64 +
65 65 4. Start Server
66 66  
67 67 script/rails server
... ... @@ -153,6 +153,12 @@ Issue Trackers
153 153 * Project id is the identifier of your project, i.e. **awesomeapp** for project at https://mingle.example.com/projects/awesomeapp
154 154 * Card properties are comma separated key value pairs. You must specify a 'card_type', but anything else is optional. i.e. card_type = Defect, status = Open, priority = Essential
155 155  
  156 +**Github Issues Integration**
  157 +
  158 +* For 'Account/Repository', the account will either be a username or organization. i.e. **errbit/errbit**
  159 +* Errbit uses token-based authentication. Get your API Token or visit [http://help.github.com/set-your-user-name-email-and-github-token/](http://help.github.com/set-your-user-name-email-and-github-token/) to learn how to get it.
  160 +* You will also need to provide the username that your API Token is connected to.
  161 +
156 162  
157 163 Errbit for Errbit
158 164 -----------------
... ...