GitHub Discussions
In Chapter 2, Planning, Tracking, and Visualizing Your Work, you learned how to use GitHub issues and GitHub projects to manage your work. GitHub Discussions is a community forum that allows members to ask questions, share updates, and have open-ended conversations. Discussions are a great way to reduce a load of issues and pull requests by providing a different place for long discussions and questions and answers (Q&A).
Getting started with Discussions
To get started with GitHub Discussions, you must enable it in your repository under Settings | Options | Features by checking Discussions. Once you have checked this option, you have a new main menu item, Discussions, in your repository.
Note
GitHub Discussions is a feature that was still in Beta at the time this book was written. Some features might since have changed. You can give feedback and participate in discussions under https://github.com/github/feedback/discussions, which, of course...