Tag line goes here.
- Feature one
- Feature two
$ # Why do these lines of code exist
$ tribe blame -L100,105 model/user.rb
$ # See basic information about your work items or issues
$ tribe show HIL-78The configuration for tribe is stored in $HOME/.tribe.json. Currently the only configuration is the work item servers you want tribe to understand. Below is an example format.
{
"workitemservers": {
"rally1": {
"type": "rally",
"host": "https://<cool rally server>",
"apikey": "<rally api key here>"
},
"myjira": {
"type": "jira",
"host": "https://<cool jira server>",
"username": "<jira username>",
"password": "<jira password>"
}
}
}- Fork this repo
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...command and confirm that it passes - Run
gofmt -s - Create new Pull Request
$ go get -u github.com/heysquirrel/tribe