discussions icon indicating copy to clipboard operation
discussions copied to clipboard

Using GitHub discussions

Open LinusU opened this issue 5 years ago • 5 comments
trafficstars

A lot of the issues we get on Multer is really people that want's help with doing specific setups, or integrating with another framework. The issue tracker isn't really the right place to discuss that, but maybe we could turn on GitHub Discussions and use that as a knowledge base for how to integrate/architect/etc?

I was recommended this by my friend @albinekb, who recommended looking at these two great examples:

  • https://github.com/tannerlinsley/react-table/discussions
  • https://github.com/zeit/next.js/discussions

ping @expressjs/triagers

LinusU avatar May 27 '20 10:05 LinusU

I think that is pretty neat, but AFAICT there isn't a way to enable it in our repos at this time while it is in beta with only selected groups by GitHub.

dougwilson avatar May 27 '20 14:05 dougwilson

Ahh, hehe, seems like you are right 👍

Available in beta for public repositories soon

LinusU avatar May 27 '20 17:05 LinusU

I like the idea of actions that generally improves usage understanding as well as describes how a piece of code works. Given the technical problem with the above approach, how about improving the documentation of multer, that cover the specific aspects that you mentioned ? such as integration, architecture etc.? In addition, I would also like to see if we have a section that illustrates a complete life cycle events involved in a file upload operation - that might reduce a good amount of user issues in the repo IMO!

gireeshpunathil avatar Jun 03 '20 06:06 gireeshpunathil

I was told that I can get it enabled on ours if we want. That said, if you take a look at them in the npm RFCs repo, I am not sure it is great yet. They converted many issues to discussions, and some are hard to follow now. Also, I am not sure how the engagement has looked, we could ask @darcyclarke?

wesleytodd avatar Jun 10 '20 03:06 wesleytodd

GitHub Discussions is available on all public repositories now.

sheepsteak avatar Dec 23 '20 19:12 sheepsteak