stevenharman / git_tracker

Some simple tricks that make working with Pivotal Tracker even better... and easier... um, besier!
https://github.com/stevenharman/git_tracker
MIT License
170 stars 11 forks source link

Integration with Sprint.ly #7

Closed KensoDev closed 10 years ago

KensoDev commented 12 years ago

I am working with Sprint.ly on several client projects.

The Sprintly integration around github consists on keywords, and unlike Pivotal tracker, it's not enough to have the issue ID in the commit message, you need to ref #111 inorder to make it into the comments.

I want to implement this using a plugin system that build the commit message, this way it's extendable in the future.

I am thinking of something like

git-tracker install #defaults to Pivotal Tracker
git-tracker install sprintly #goes into sprintly mode

Is this something you would like to see a pull request for?

stevenharman commented 12 years ago

I'm not opposed to it, conceptually. However, it could get more complicated when I finally make a standalone version, so Rubygems is no longer required. Of course, that is mere conjecture, so please fork, submit a pull request, and we'll take it from there.

One thing, I wonder if the api for installing should be more like

git-tracker install --tracker git-tracker install --sprintly git-tracker install (defaults to --tracker)

stevenharman commented 10 years ago

Closing this for now. Feel free to open a PR with code, or reopen this Issue with more discussion.