Live data from Hacker News

Ask HN: How do you talk to your GitHub community?

news.ycombinator.com

1–10 of 70 posts

Ask HN: How do you talk to your GitHub community?

#1
I work on an open source project with a small community. https://github.com/jtablesaw/tablesaw

I want a place for our users to hold discussions, ask questions, etc, that aren't bug reports or feature requests. We'd be lost at Stack Exchange, as the community is too small. I'm looking for an app like Discourse that is integrated with github. I've used gitter on other projects, and found the endless stream format awkward. What do you use for your projects? The only 'must haves' are sign-on-with-github-account, and asynch communications.

Re: Ask HN: How do you talk to your GitHub community?

#5
This can entirely depend on the type of project and how many active contributors there are - if you have a lot of contributors then you may find more cross-user communications in which case gitter really does help (they answer each others' questions). If there are just a few people able to answer questions or just one (you), then using issues as Q&A would be good enough for now. The latter is quite common with apps rather than libraries. It is also more searchable which helps others.

Curious to know, how are you defining small community? I see you have ~100 watchers, ~900 stars, ~200 forks. Are you basing it on that, or some other criteria (# issues per week etc)

My project - I have a project with roughly same numbers as you. I did set up a gitter but everyone ignored it and emails me directly or just uses the issues. Despite not being actual issues, and despite its awkwardness, it's back to what I said earlier - searchable for people with similar problems in the future. I'll be sticking to issues until I reach hyper-popularity and then the gitter may revive itself.

Re: Ask HN: How do you talk to your GitHub community?

#6
Create a #tablesaw IRC channel and promote it with a kiwiirc link (webchat).

freenode is the home of most software related channels but I prefer Rizon that I find more benevolent to newcomers.

The channel I'm always on (as example of kiwiirc url): https://kiwiirc.com/client/irc.rizon.net?channels=#/g/dpt

Re: Ask HN: How do you talk to your GitHub community?

#9
If you’re willing to add people to your org, you can make use of the team discussions in GitHub itself. It’s like a stripped down forum and is fairly hidden in the UI, but you can get to it from your org profile (or the team page for it).
Post reply on HN