-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable GitHub Discussions #1671
Comments
I'm not particularly sold on discussions, it's not clear to me who is meant to moderate or respond to discussions - is it just to be an SO alternative? If so, why not just use SO? If it's for support, I'm not inclined to provide support (again, seems like SO's remit). Perhaps the contributing / issues template could make it clearer that users should go elsewhere for support, but does adding enabling the discussions feature stop people from abusing issues? |
I actually don't think discussions are meant to be moderated. There should be a place for discussion on best practices, questions (even if they have been asked before), and conversation regarding the library. StackOverflow isn't the place for free-form discussion of that nature. Not to mention what I feel is the best part: GitHub's search functionality within the Discussions tab can act like a more targeted Google search. I have responded to and opened discussions in repos that I don't maintain. This library is almost certainly the most popular method of interfacing with SQL Server in Node - you have a lot of developers that are thankful for that. I think you'd be surprised at the amount of people who would provide insightful answers just to help out.
It's never going to stop the abuse of issues completely. I would imagine it relieves pressure, though. |
I have a question about best practices on when to use replaceInput and input. Now I have to make a bug ticket on documentation instead of asking in the discussion section. |
Expected behaviour:
GitHub Discussions tab should be enabled for the repository.
Actual behaviour:
GitHub Discussions tab is disabled; this results in questions submitted as issues (e.g. #1640).
Configuration:
Enable GitHub Discussions in settings (see quickstart).
Software versions
Having discussions open is especially nice for discussing things that are tangentially related to this repository (e.g. type definitions from
@types/mssql
).The text was updated successfully, but these errors were encountered: