1
0
mirror of synced 2026-01-09 15:02:41 -05:00
Files
docs/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
Emily Gould a06ea17a4b Make Building a strong community a top-level doc set (#18396)
* Move directory to new location

* Update new index page

* Create wikis category

* Create blocking category

* Create moderation category

* Make map topics into category indexes

* Create contributions category

* Create template category

* Add redirects

* Add new product to products.yml

* Rename product for URL purposes

* Update links to wiki content

* Update links to maintaining safety articles

* Update links to moderation content

* Remove old category from github product index

* Fix links

* Update links to healthy contributions articles

* Update links to template articles

* Fix links
2021-03-29 16:40:32 -05:00

3.1 KiB

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
About conversations on GitHub You can discuss specific projects and changes, as well as broader projects or team goals, using different types of discussions on {% data variables.product.product_name %}.
/articles/about-discussions-in-issues-and-pull-requests/
/articles/about-conversations-on-github
free-pro-team enterprise-server github-ae
* * *
pull requests

Discussions on {% data variables.product.product_name %}

You can create and participate in issues, pull requests, and team discussions, depending on the type of conversation you'd like to have.

Issues are useful for discussing specific details of a project such as bug reports and planned improvements. For more information, see "About issues." Pull requests allow you to comment directly on proposed changes. For more information, see "About pull requests" and "Commenting on a pull request."

{% data reusables.organizations.team-discussions-purpose %} For more information, see "About team discussions."

Reacting to ideas in comments

You can show your support or dissent for an idea in a conversation. When you add a reaction to a comment or the body of a team discussion, issue, or pull request, people subscribed to the conversation won't receive a notification. For more information about subscriptions, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"About notifications{% else %}"Subscribing to and unsubscribing from notifications{% endif %}."

Example of an issue with reactions

{% if currentVersion == "free-pro-team@latest" %}

{% tip %}

Tip: You can also add reactions using your mobile device.

{% endtip %}

{% endif %}

Following contribution guidelines

Before you open an issue or pull request, check to see if the repository has contributing guidelines. The CONTRIBUTING.md file includes information about how the repository maintainer would like you to contribute ideas to the project.

Similar to contributing guidelines, the repository maintainer may have included a template for information to include in an issue or pull request. Completing the prompts from the template may help you get a better response from maintainers.

Further reading