top | item 9433661

Show HN: Feature voting for GitHub

108 points| Ecco | 11 years ago |feathub.com | reply

55 comments

order
[+] BinaryIdiot|11 years ago|reply
This is interesting but like that one site that was bought recently (get satisfaction) this is another site that I, as a repository owner, has to track down to find customer feedback. Kinda like Gitter.im, yet another external service I have to be aware of.

It's difficult to be omnipresent so I can track all of the different pieces of feedback my project may be getting; even though it's not ideal I'd rather everyone just funnel through Github issues just so I can interact with them and be aware of any issues or requests. I don't want to miss out on any feedback should it be on an external service I do not know about.

[+] Ecco|11 years ago|reply
Thanks a lot for the feedback!

I agree with you, having to keep tabs with thousands of new services is annoying.

In that case though, you shouldn't have to worry about missing some users' feedback. That's why you have to register your project with FeatHub before people can give feedback (we temporarily enabled anonymous import to boostrap the service, but that won't last). This way, as a repo owner, you know you have enabled FeatHub.

Also, it's not implemented now, but we could imagine notifying owners on a regular basis. I suggested the improvement there: http://feathub.com/feathub/feathub/+8

[+] sirwolfgang|11 years ago|reply
It seems like you build off the comments of issues, parsing for the :+1:, you could functionally provide the same tooling, but in the same additive way that waffle.io does.
[+] ketralnis|11 years ago|reply
And, like Get Satisfaction, it's a pretty dick move to imply to my users that I'm affiliated with you and that their voices can be heard through you. I certainly have sympathy for Mark Otto (https://twitter.com/mdo/status/591707867498946560) asking them to stop doing that.

You shouldn't have to opt out of stuff like this.

[+] tdaltonc|11 years ago|reply
Would it be sketchy if feathub built a bot that periodically posted feathub summaries in the github issues system?
[+] nodejsisbest|11 years ago|reply
Gitter.im has an IRC interface so at least I can idle in my projects gitter irc chat in emacs when programming in the best programming language node.js
[+] crdoconnor|11 years ago|reply
Why doesn't it link directly to issues on github?

It would get annoying having two separate lists of features (and, presumably, bugs). One on github and one on this service.

Still, if it just did voting on issues on github, I'd find it pretty useful.

[+] pbnjay|11 years ago|reply
It could easily use the API to parse comments for +1 / thumbsup emoji / etc too. Also could have a lil viral component, when you +1 on the app, it adds a comment with a link to the app.
[+] Ecco|11 years ago|reply
That's something we made on purpose. We believe feature requests and issues should be treated differently.

In our vision, an issue refers to a bug in the software. It doesn't need voting: it's up to the developers to figure out the gravity of the situation (or to an analytics tool that gather how many times a given issue arises).

On the other hand, a feature request refers to a new capability of said software. It then makes sense for users to vote, because, as a developer, it's hard to know which feature is the most expected.

[+] lighthawk|11 years ago|reply
I like the idea, but would prefer if GitHub just integrated this functionality. Otherwise, how will the developers know that something was voted on unless they use these third-party tools?
[+] Ecco|11 years ago|reply
They would know because they would have registered their project on FeatHub :-)
[+] guiomie|11 years ago|reply
I'm surprised this feature isn't in github already ... is there a reason?
[+] steveklabnik|11 years ago|reply
It was, long ago, but it was removed. I believe the reason was that it wasn't very useful, but that was a while back, so I could be wrong.
[+] Ecco|11 years ago|reply
I wish I knew!
[+] felipesabino|11 years ago|reply
Is it me or this is very similar to the way zenhub.io [1] works?

Anyway, I recently also stumble upon a similar tool that enables voting for PR and even auto merges the code [2], which is not precisely the scope that feathub targets, but it is very useful and similar enough to worth mentioning it :p

[1] https://www.zenhub.io/

[2] https://news.ycombinator.com/item?id=9351286

[+] munro|11 years ago|reply
It's really hard to add features to someone else's app in such a disconnected way, for everyone in their community. Most people haven't heard of your site, and it's also hard to form habits of checking Github, as well as your page. Usability improvements ... should makes things easier!

Repo owners have control over what gets displayed on their project page (to an extent), and can drive their subset of users to your app.

If owners are having trouble seeing how many people up voted a feature, then make a bot that counts the number of thumbs up in an issue tagged "feature", then update the issue title. This would be really helpful to those people.

Also, if owners want to see the top feature requests, make an embeddable image for the README that clicks to the full list. People love embeddable widgets. :D

Those two things is all I observe your app does, plus you had to reinvent commenting, which is a huge turn off.

There are loads of popular tools out there that integrate into Github, it's worth checking them out to see how they weasel their features into Github.com!

[+] dvcc|11 years ago|reply
The thumb + 1 scares me, it makes me think I am going to like it on Facebook, and that I am somehow connected. Even though I know it's not.
[+] Ecco|11 years ago|reply
Just click the "Thumb down -1" then :-D Facebook denied it from us for so long, now's your time to take revenge :-)
[+] telecuda|11 years ago|reply
On this topic, can someone recommend a simple feature voting tool with SSO? Something similar to this but not tied to GitHub?

When I looked again at Get Satisfaction, User Voice, etc they're all so bloated with features and complication.

Looking for a way to direct my signed in users to a simple page to vote up a list of features we're considering.

[+] kyle_t|11 years ago|reply
I've been looking for something like this for a while now but honestly if you run a non-technical service requiring your users to sign up for a github account (just to vote on features) is a pretty big ask. Integration with other AUTH services like Facebook/Google would be very beneficial.
[+] Ecco|11 years ago|reply
That's a decision we made on purpose.

We figured out our early adopters would be on GitHub, that's why we started with GitHub login. Fell free to add a feature request on http://feathub.com/feathub/feathub :-)

Also, while we're at it, we could even consider anonymous voting (http://feathub.com/feathub/feathub/+15)

This raises the question of the gameability of the voting, but this could be mitigated using a mixture of cookies, captchas and browser fingerprinting.

[+] diiiimaaaa|11 years ago|reply
I was always using UserVoice. It's quite cheap, and even has (or at least had) discounts for open-source/non-profit projects.
[+] wkonkel|11 years ago|reply
The Bountysource browser extension is similar. It works with existing votes and +1's from GitHub, Bugzilla, Trac, etc.

https://www.bountysource.com/extension

[+] Ecco|11 years ago|reply
Shamelessly advertising your own product, heh? ;-) (GitHub seems to believe you work a Bountysource: https://github.com/wkonkel)

Anyway, you're right, it is similar. FeatHub doesn't require an extension though, so you can just point your users to your project's voting page.

[+] thedaniel|11 years ago|reply
It says "See how they are listening to their users" on the home page. Does this imply that not using this tool or not desiring feature voting is the same as ignoring your users? That's some pretty unpleasant positioning IMO.
[+] 32131532526|11 years ago|reply
I read that as "See the way (the solution) they're using to listen to their users."
[+] amjith|11 years ago|reply
This is fantastic. This is perfect for an OpenSource maintainer to get insight into the users priorities on the issues. Thank you for creating this tool.

I'd like to use it for one of my projects (https://github.com/dbcli/pgcli). Even though I've authorized feathub to access my organizations, the repo is not listed in the drop down.

[+] fosk|11 years ago|reply
It doesn't load more than 30 projects in the dropdown menu when I try to setup my repository.
[+] mkolodny|11 years ago|reply
I'd use a Chrome extension that let me request features for the website I'm currently on.