No description
|
|
||
|---|---|---|
| .circleci | ||
| cmd | ||
| .gitignore | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| issue.go | ||
| jiraclient.go | ||
| jkl.go | ||
| jkl_test.go | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
jkl
TODO: Write a project description
Installation
TODO: Describe the installation process
Usage
Make sure you create a ~/.jklrc file in your home directory, it should contain
at a minimum:
JIRA_ROOT="https://jira.example.com/"
JIRA_USER="myusername"
JIRA_PASSWORD="mypassword"
JIRA_PROJECT="DPK"
Those values are for example only, your setup will be different.
TODO: Finish writing usage instructions
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D