You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md
+17-52Lines changed: 17 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -10,70 +10,35 @@ versions:
10
10
11
11
## About {% data variables.product.prodname_discussions %}
12
12
13
-
With {% data variables.product.prodname_discussions %}, the community for your project can create and participate in conversations within the project's repository or organization. Discussions empower a project's maintainers, contributors, and visitors to gather and accomplish the following goals in a central location, without third-party tools.
13
+
{% data variables.product.prodname_discussions %} allows your project's community to engage in conversations about the project's direction and future in an open-ended format. Maintainers, contributors, and visitors can gather in a central location, without third-party tools.
14
14
15
-
* Share announcements and information, gather feedback, plan, and make decisions
16
-
* Ask questions, discuss and answer the questions, and mark the discussions as answered
17
-
* Create polls to gauge community opinion
18
-
* Upvote discussions and comments to give higher visibility to ideas you find valuable
19
-
* Foster an inviting atmosphere for visitors and contributors to discuss goals, development, administration, and workflows
15
+
* Share announcements and information
16
+
* Plan and make decisions with community input
17
+
* Encourage and answer questions, and mark them answered as you respond to them
18
+
* Gauge community opinion using polls
20
19
21
20

22
21
23
-
You might use repository discussions to discuss topics that are specific to the repository. If your project spans multiple repositories, you might use organization discussions to discuss topics that aren't specific to a single repository in your organization.
22
+
You can use **repository** discussions to discuss topics that are specific to one repository and **organization** discussions for broader conversations that span multiple repositories.
24
23
25
-
{% data reusables.discussions.closing-discussions %} For more information, see [Closing a discussion](/discussions/managing-discussions-for-your-community/managing-discussions#closing-a-discussion).
24
+
Anyone with access to a repository or organization can create and participate in discussions there. However, an administrator must enable {% data variables.product.prodname_discussions %} for the repository or organization first.
26
25
27
-
If a repository administrator or project maintainer enables {% data variables.product.prodname_discussions %} for a repository, anyone who has access to the repository can create and participate in discussions for the repository. If an organization owner enables {% data variables.product.prodname_discussions %} for an organization, anyone who can view the source repository can create an organization discussion.
26
+
## Managing discussions
28
27
29
-
Repository administrators and project maintainers can manage discussions and discussion categories in a repository, and pin discussions to increase the visibility of the discussion. Moderators and collaborators can mark comments as answers, lock discussions, and convert issues to discussions. Similarly, for organization discussions, the role of a user in the source repository determines how a user can interact with organization discussions. For more information, see [AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization).
28
+
{% data variables.product.prodname_discussions %} includes tools for managing discussions, and for using discussions to manage the repository or organization.
30
29
31
-
For more information about management of discussions, see [AUTOTITLE](/discussions/managing-discussions-for-your-community/managing-discussions).
30
+
* Pin discussions to give topics more visibility
31
+
* Mark comments as answers in question-and-answer categories to help users find information more quickly
32
+
* Lock discussions that have reached a conclusion or become too heated
33
+
* Convert open-ended issues into discussions
34
+
* Close discussions that are no longer useful
32
35
33
-
## About polls
34
-
35
-
You can create polls in the polls category to gauge interest in new ideas and project direction. Anyone with read access to your repository can create polls, vote in polls, and view their results.{% ifversion fpt or ghec %} Signed out users can view the results of polls in public repositories.{% endif %}
36
-
37
-
Polls require a question and at least two options. You can add a maximum of eight options and the options can contain a maximum of 128 characters.
38
-
39
-
Voters cannot change their vote. Editing a poll will reset any votes that have already been cast.
40
-
41
-
For more information on creating polls, see [AUTOTITLE](/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion#creating-a-poll).
42
-
43
-
## About discussion organization
44
-
45
-
You can organize discussions with categories, sections, and labels.
46
-
47
-
{% data reusables.discussions.you-can-categorize-discussions %} {% data reusables.discussions.about-categories-and-formats %} {% data reusables.discussions.repository-category-limit %}
48
-
49
-
For discussions with a question/answer format, an individual comment within the discussion can be marked as the discussion's answer. {% data reusables.discussions.github-recognizes-members %}
50
-
51
-
{% data reusables.discussions.about-announcement-format %}
52
-
53
-
{% data reusables.discussions.category-sections %}
54
-
55
-
For more information, see [AUTOTITLE](/discussions/managing-discussions-for-your-community/managing-categories-for-discussions).
56
-
57
-
{% data reusables.discussions.you-can-label-discussions %}
58
-
59
-
## Best practices for {% data variables.product.prodname_discussions %}
60
-
61
-
As a community member or maintainer, start a discussion to ask a question or discuss information that affects the community. For more information, see [AUTOTITLE](/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions).
62
-
63
-
Participate in a discussion to ask and answer questions, provide feedback, and engage with the project's community. For more information, see [AUTOTITLE](/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion).
64
-
65
-
You can spotlight discussions that contain important, useful, or exemplary conversations among members in the community. For more information, see [AUTOTITLE](/discussions/managing-discussions-for-your-community/managing-discussions#pinning-a-discussion).
66
-
67
-
{% data reusables.discussions.you-can-convert-an-issue %} For more information, see [AUTOTITLE](/discussions/managing-discussions-for-your-community/moderating-discussions#converting-an-issue-to-a-discussion).
36
+
Discussions are opened in user-defined categories, and can be further organized with repository labels. For more information about discussion management, see [AUTOTITLE](/discussions/managing-discussions-for-your-community/managing-discussions).
68
37
69
38
## Sharing feedback
70
39
71
40
You can share your feedback about {% data variables.product.prodname_discussions %} with {% data variables.product.company_short %}. To join the conversation, see [{% data variables.product.prodname_github_community %} discussions](https://github.com/orgs/community/discussions/categories/discussions).
Copy file name to clipboardExpand all lines: content/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ versions:
18
18
19
19
Repository administrators and project maintainers can delete a discussion in that repository. Similarly, administrators and maintainers of the source repository for an organization's discussions can delete a discussion in that organization. For more information, see [AUTOTITLE](/discussions/managing-discussions-for-your-community/managing-discussions#deleting-a-discussion).
20
20
21
-
{% data reusables.discussions.github-recognizes-members %} {%- ifversion fpt %} These members appear in a list of the most helpful contributors to the project's discussions, if their privacy settings allow. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private).{%- endif %}{%- ifversion ghes or ghec %} These members appear in a list of the most helpful contributors to the project's discussions.{%- endif %}
21
+
{% data variables.product.prodname_dotcom %} will automatically recognize community members who contribute the most comments marked as answers to discussions with a question/answer format. {%- ifversion fpt %} These members appear in a list of the most helpful contributors to the project's discussions, if their privacy settings allow. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private).{%- endif %}{%- ifversion ghes or ghec %} These members appear in a list of the most helpful contributors to the project's discussions.{%- endif %}
22
22
23
23
As your project grows, you can grant higher access permissions to active members of your community. For more information, see [AUTOTITLE](/discussions/guides/granting-higher-permissions-to-top-contributors).
24
24
@@ -91,7 +91,7 @@ You can choose how to sort top-level comments in discussions. Comment threads do
91
91
92
92
## Converting an issue to a discussion
93
93
94
-
{% data reusables.discussions.you-can-convert-an-issue %} For more information, see [AUTOTITLE](/discussions/managing-discussions-for-your-community/moderating-discussions#converting-an-issue-to-a-discussion).
94
+
If an issue turns out to be a question or open-ended conversation instead of a work item to track and prioritize, you canconvert the issue to a discussion. For more information, see [AUTOTITLE](/discussions/managing-discussions-for-your-community/moderating-discussions#converting-an-issue-to-a-discussion).
Copy file name to clipboardExpand all lines: content/discussions/managing-discussions-for-your-community/managing-categories-for-discussions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ redirect_from:
18
18
19
19
{% data reusables.discussions.about-announcement-format %}
20
20
21
-
Each category must have a unique name and emoji pairing, and can be accompanied by a detailed description stating its purpose. Categories help maintainers organize how conversations are filed and are customizable to help distinguish categories that are Q&A or more open-ended conversations. {% data reusables.discussions.repository-category-limit %} For more information, see [AUTOTITLE](/discussions/collaborating-with-your-community-using-discussions/about-discussions#about-categories-and-formats-for-discussions).
21
+
Each category must have a unique name and emoji pairing, and can be accompanied by a detailed description stating its purpose. Categories help maintainers organize how conversations are filed and are customizable to help distinguish categories that are Q&A or more open-ended conversations. Each repository or organization can have up to 25 categories. For more information, see [AUTOTITLE](/discussions/collaborating-with-your-community-using-discussions/about-discussions#about-categories-and-formats-for-discussions).
22
22
23
-
{% data reusables.discussions.category-sections %}
23
+
To further organize your discussions, you can create sections and then nest your categories within a section.
0 commit comments