Benefits of GitHub based Q&A system over mailing list #118
Replies: 5 comments
-
It doesn't clutter everyone's inbox 😄 |
Beta Was this translation helpful? Give feedback.
-
Another positive point is that now that we have routed to github most of the specific questions from users, we can use the mailing list for important, general purpose notifications. |
Beta Was this translation helpful? Give feedback.
-
We can easily redirect questions to the repositories they belong to, or assign them to someone. |
Beta Was this translation helpful? Give feedback.
-
@drdanz actually, assigning tasks is a big pro. |
Beta Was this translation helpful? Give feedback.
-
We can also fix typos, formatting, etc |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just to give a look in retrospect, here are the main advantages we managed to gain by using GitHub as our Q&A system, as taken from https://www.godaddy.com/garage/webpro/development/cool-github-hack.
It's asynchronous
It enables arbitrary length of response
It’s persistent, one-to-many and public
No need for subscribing to read the threads: everything is public and, as such, problems and solutions can be easily ranked by Google.
It builds reputation and community
Beta Was this translation helpful? Give feedback.
All reactions