Skip to content

Commit 8ef4ac6

Browse files
committed
Add commas in every case
1 parent 2319f03 commit 8ef4ac6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_articles/en-US/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Here are a few rules that are worth writing down:
6767

6868
* How a contribution is reviewed and accepted (_Do they need tests? An issue template?_)
6969
* The types of contributions you'll accept (_Do you only want help with a certain part of your code?_)
70-
* When it's appropriate to follow up (_for example "You can expect a response from a maintainer within 7 days. If you haven't heard anything by then, feel free to ping the thread."_)
71-
* How much time you spend on the project (_for example "We only spend about 5 hours per week on this project"_)
70+
* When it's appropriate to follow up (_for example, "You can expect a response from a maintainer within 7 days. If you haven't heard anything by then, feel free to ping the thread."_)
71+
* How much time you spend on the project (_for example, "We only spend about 5 hours per week on this project"_)
7272

7373
[Jekyll](https://github.com/jekyll/jekyll/tree/master/docs), [CocoaPods](https://github.com/CocoaPods/CocoaPods/wiki/Communication-&-Design-Rules), and [Homebrew](https://github.com/Homebrew/brew/blob/bbed7246bc5c5b7acb8c1d427d10b43e090dfd39/docs/Maintainers-Avoiding-Burnout.md) are several examples of projects with ground rules for maintainers and contributors.
7474

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ If the project is on GitHub, here's how to submit a pull request:
484484

485485
* **[Fork the repository](https://guides.github.com/activities/forking/)** and clone it locally. Connect your local to the original "upstream" repository by adding it as a remote. Pull in changes from "upstream" often so that you stay up to date so that when you submit your pull request, merge conflicts will be less likely. (See more detailed instructions [here](https://help.github.com/articles/syncing-a-fork/).)
486486
* **[Create a branch](https://guides.github.com/introduction/flow/)** for your edits.
487-
* **Reference any relevant issues** or supporting documentation in your PR (for example "Closes #37.")
487+
* **Reference any relevant issues** or supporting documentation in your PR (for example, "Closes #37.")
488488
* **Include screenshots of the before and after** if your changes include differences in HTML/CSS. Drag and drop the images into the body of your pull request.
489489
* **Test your changes!** Run your changes against any existing tests if they exist and create new ones when needed. Whether tests exist or not, make sure your changes don't break the existing project.
490490
* **Contribute in the style of the project** to the best of your abilities. This may mean using indents, semi-colons or comments differently than you would in your own repository, but makes it easier for the maintainer to merge, others to understand and maintain in the future.

_articles/en-US/starting-a-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Pick a name that is easy to remember and, ideally, gives some idea of what the p
230230
* [Sentry](https://github.com/getsentry/sentry) monitors apps for crash reporting
231231
* [Thin](https://github.com/macournoyer/thin) is a fast and simple Ruby web server
232232

233-
If you're building upon an existing project, using their name as a prefix can help clarify what your project does (for example [node-fetch](https://github.com/bitinn/node-fetch) brings `window.fetch` to Node.js).
233+
If you're building upon an existing project, using their name as a prefix can help clarify what your project does (for example, [node-fetch](https://github.com/bitinn/node-fetch) brings `window.fetch` to Node.js).
234234

235235
Consider clarity above all. Puns are fun, but remember that some jokes might not translate to other cultures or people with different experiences from you. Some of your potential users might be company employees: you don't want to make them uncomfortable when they have to explain your project at work!
236236

@@ -319,7 +319,7 @@ Ready to open source your project? Here's a checklist to help. Check all the box
319319
<div class="clearfix mb-4">
320320
<input type="checkbox" id="cbox7" class="d-block float-left mt-1 mr-2" value="checkbox">
321321
<label for="cbox7" class="overflow-hidden d-block text-normal">
322-
There are no sensitive materials in the revision history, issues, or pull requests (for example passwords or other non-public information)
322+
There are no sensitive materials in the revision history, issues, or pull requests (for example, passwords or other non-public information)
323323
</label>
324324
</div>
325325

0 commit comments

Comments
 (0)