Based on this documents this issue cover a bullet point from this task list
The topic is:
improve documentation
-create a word-cloud of the issues' text to understand the most frequent problem
- create good-first-issue for those missing docs
For this issue, I think we could:
write better docs about xyz)I think that we must consider that our actions should be replicable for other packages, also.
I can give this a try
Here is my first draft: https://github.com/TheHollidayInn/IssueWordCloud
And the image: https://github.com/TheHollidayInn/IssueWordCloud/blob/master/wordcloud.png
I still need to preprocess (remove stop words and others) - just want to confirm this is a good direction.
Super fast!
Looking at it it seems that the main issue is related to connection management.
Is this true? - I need to check the real issues
I only used a few issues in the example: https://github.com/TheHollidayInn/IssueWordCloud/blob/master/issues.txt
They do seem to be related to the word connection. I'd say there are probably sub categories there.
I'm not sure "connection" would be too helpful since the whole library is a server-client program :P
This is related to the #245 since we are talking about triage
Most helpful comment
Here is my first draft: https://github.com/TheHollidayInn/IssueWordCloud
And the image: https://github.com/TheHollidayInn/IssueWordCloud/blob/master/wordcloud.png
I still need to preprocess (remove stop words and others) - just want to confirm this is a good direction.