Skip to content

Commit 5fbba96

Browse files
authored
fix lists in communicating-on-github.md (#33100) (#33174)
1 parent 72ab358 commit 5fbba96

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/get-started/using-github/communicating-on-github.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@ You can create and participate in issues, pull requests and team discussions, de
3434

3535
### {% data variables.product.prodname_github_issues %}
3636

37-
- are useful for discussing specific details of a project such as bug reports, planned improvements and feedback.
38-
- are specific to a repository, and usually have a clear owner.
39-
- are often referred to as {% data variables.product.prodname_dotcom %}'s bug-tracking system.
37+
- Are useful for discussing specific details of a project such as bug reports, planned improvements and feedback
38+
- Are specific to a repository, and usually have a clear owner
39+
- Are often referred to as {% data variables.product.prodname_dotcom %}'s bug-tracking system
4040

4141
### Pull requests
4242

43-
- allow you to propose specific changes.
44-
- allow you to comment directly on proposed changes suggested by others.
45-
- are specific to a repository.
43+
- Allow you to propose specific changes
44+
- Allow you to comment directly on proposed changes suggested by others
45+
- Are specific to a repository
4646

4747
{% ifversion fpt or ghec %}
4848

4949
### {% data variables.product.prodname_discussions %}
5050

51-
- are like a forum, and are best used for open-form ideas and discussions where collaboration is important.
52-
- may span many repositories.
53-
- provide a collaborative experience outside the codebase, allowing the brainstorming of ideas, and the creation of a community knowledge base.
54-
- often don’t have a clear owner.
55-
- often do not result in an actionable task.
51+
- Are like a forum, and are best used for open-form ideas and discussions where collaboration is important
52+
- May span many repositories
53+
- Provide a collaborative experience outside the codebase, allowing the brainstorming of ideas, and the creation of a community knowledge base
54+
- Often don’t have a clear owner
55+
- Often do not result in an actionable task
5656
{% endif %}
5757

5858
{% ifversion team-discussions %}

0 commit comments

Comments
 (0)