Github issue registrator with Yaml data file.
Create gem file.
$ rake build
install it yourself as:
$ gem install pkg/ghissues-x.xx.gem
$ ghissues -f <yaml data file>
required: gh_user, gh_token, gh_repos, title
optional: times, body, milestone, labels, assignee
- Fork it ( https://github.com/[my-github-username]/ghissues/fork )
- 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
) - Create a new Pull Request