Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting a discussion tab on a github repository?

The Amplify JS Project has a discussion tab on the repository:

https://github.com/aws-amplify/amplify-js/discussions

How do we add one of these?

like image 845
Ole Avatar asked May 06 '20 18:05

Ole


People also ask

What is a GitHub discussion?

GitHub Discussions is a collaborative communication forum for the community around an open source or internal project. Community members can ask and answer questions, share updates, have open-ended conversations, and follow along on decisions affecting the community's way of working.

How do I answer a discussion on GitHub?

On GitHub.com, navigate to the main page of the repository or organization. Under your repository or organization name, click Discussions. In the list of discussions, click the unanswered discussion you want to mark as answered. In the discussion, find the comment you want to mark as the answer.

Can we chat in GitHub?

Although GitHub removed the private messaging feature, there's still an alternative. GitHub host git repositories. If the user you're willing to communicate with has ever committed some code, there are good chances you may reach your goal.

Is GitHub a blog?

The GitHub Blog. Updates, ideas, and inspiration from GitHub to help developers build and design software.


1 Answers

If you're looking for per-repository discussions like in the link you mentioned, that's a new feature that is in a limited beta at GitHub. It will be rolling out to more repositories and projects soon and GitHub will provide more information when it's available more widely.

like image 124
bk2204 Avatar answered Oct 14 '22 17:10

bk2204