Skip to content

Commit f450737

Browse files
committed
Fixed commas and lists
1 parent 4eede37 commit f450737

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_articles/en-US/how-to-contribute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Finally, open source projects use the following tools to organize discussion. Re
193193

194194
* **Issue tracker:** Where people discuss issues related to the project.
195195
* **Pull requests:** Where people discuss and review changes that are in progress.
196-
* **Discussion forums or mailing lists:** Some projects may use these channels for conversational topics (for example _"How do I..."_ or _"What do you think about..."_ instead of bug reports or feature requests). Others use the issue tracker for all conversations.
196+
* **Discussion forums or mailing lists:** Some projects may use these channels for conversational topics (for example, _"How do I..."_ or _"What do you think about..."_ instead of bug reports or feature requests). Others use the issue tracker for all conversations.
197197
* **Synchronous chat channel:** Some projects use chat channels (such as Slack or IRC) for casual conversation, collaboration, and quick exchanges.
198198

199199
## Finding a project to contribute to
@@ -353,7 +353,7 @@ A project that is friendly and welcoming signals that they will be receptive to
353353
<div class="clearfix mb-2">
354354
<input type="checkbox" id="cbox15" class="d-block float-left mt-1 mr-2" value="checkbox">
355355
<label for="cbox15" class="overflow-hidden d-block text-normal">
356-
Are people friendly in the issues, discussion forum, and chat (for example IRC or Slack)?
356+
Are people friendly in the issues, discussion forum, and chat (for example, IRC or Slack)?
357357
</label>
358358
</div>
359359

@@ -462,7 +462,7 @@ If you want to make a substantial contribution, open an issue to ask before work
462462
You should usually open an issue in the following situations:
463463

464464
* Report an error you can't solve yourself
465-
* Discuss a high-level topic or idea (for example community, vision, policies)
465+
* Discuss a high-level topic or idea (for example, community, vision or policies)
466466
* Propose a new feature or other project idea
467467

468468
Tips for communicating on issues:
@@ -475,7 +475,7 @@ Tips for communicating on issues:
475475

476476
You should usually open a pull request in the following situations:
477477

478-
* Submit trivial fixes (for example a typo, broken link, or obvious error)
478+
* Submit trivial fixes (for example, a typo, a broken link or an obvious error)
479479
* Start work on a contribution that was already asked for, or that you've already discussed, in an issue
480480

481481
A pull request doesn't have to represent finished work. It's usually better to open a pull request early on, so others can watch or give feedback on your progress. Just mark it as a "WIP" (Work in Progress) in the subject line. You can always add more commits later.

_articles/en-US/leadership-and-governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For a smaller project, designating leaders can be as simple as adding their name
6666

6767
For a bigger project, if you have a website, create a team page or list your project leaders there. For example, [Postgres](https://github.com/postgres/postgres/) has a [comprehensive team page](https://www.postgresql.org/community/contributors/) with short profiles for each contributor.
6868

69-
If your project has a very active contributor community, you might form a "core team" of maintainers, or even subcommittees of people who take ownership of different issue areas (for example security, issue triaging, or community conduct). Let people self-organize and volunteer for the roles they're most excited about, rather than assigning them.
69+
If your project has a very active contributor community, you might form a "core team" of maintainers, or even subcommittees of people who take ownership of different issue areas (for example, security, issue triaging, or community conduct). Let people self-organize and volunteer for the roles they're most excited about, rather than assigning them.
7070

7171
<aside markdown="1" class="pquote">
7272
\[We\] supplement the core team with several "subteams". Each subteam is focused on a specific area, e.g., language design or libraries. (...) To ensure global coordination and a strong, coherent vision for the project as a whole, each subteam is led by a member of the core team.

0 commit comments

Comments
 (0)