Skip to content

Commit f695b65

Browse files
committed
Merge pull request #1 from mheggeseth/pedantry
Spelling/grammar fixes, et al
2 parents 57b9c60 + 76bf1fe commit f695b65

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ In most cases, consider the guidance here as our current "default answer" to man
44
important questios.
55

66
If you are working on a project, and you have a different recommendation, we will
7-
consider that request for a single single project. IF it works well in that project,
8-
we wwill consdier making it the default answer on new projects. We'll also consider
7+
consider that request for a single project. IF it works well in that project,
8+
we will consdier making it the default answer on new projects. We'll also consider
99
adding that new policy to existing projects, in those cases where the benefits
1010
justify the work.
1111

1212
The site is built using Jekyll, so that we can easily support markdown
1313
formatted pages. Here are some important resources to get started:
1414

15-
This Gihub guide to creating pages with the automated generator shows the basics:
15+
This Github guide to creating pages with the automated generator shows the basics:
1616
https://help.github.com/articles/creating-pages-with-the-automatic-generator/
1717

1818
This article explains how Github uses Jekyll to generate the site:
@@ -22,7 +22,6 @@ For those using Windows, this guide explains how to install and use Jekyll
2222
on Windows:
2323
http://jekyll-windows.juthilo.com/
2424

25-
If yuou have a procedure or a tool you'd like us to adopt, please send us a PR.
25+
If you have a procedure or a tool you'd like us to adopt, please send us a PR.
2626
This repository, like all of the HTbox projects, is open source, and
27-
we welconme your thoughts.
28-
27+
we welcome your thoughts.

doing-the-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: default
66

77
## TL;DR
88

9-
> Work as you normally would, commit and push your changes at the cadence that works for you. Please make one Pull Request for one Issue, rather than fixing several issues in on PR. It's much easier for us to review and merge when a PR is focused on one issue.
9+
> Work as you normally would, commit and push your changes at the cadence that works for you. Please make one Pull Request for one Issue, rather than fixing several issues in one PR. It's much easier for us to review and merge when a PR is focused on one issue.
1010
1111
## Long Version
1212

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Introduction</h2>
2020

2121
The remainder of this document explains how our projects are organized, how to assign
2222
yourself work, and how to sumbit that work for review. We'll also explain how to submit ideas
23-
for work that you want to do to enhnce our projects.
23+
for work that you want to do to enhance our projects.
2424
</p>
2525

2626
<h2><a href="/finding-a-task.html">Finding a Task</a></h2>
@@ -30,7 +30,7 @@ <h2><a href="/doing-the-work.html">Doing the Work</a></h2>
3030
<h2><a href="/submitting-a-pull-request.html">Submitting a Pull Request</a></h2>
3131
<h2><a href="/responding-to-reviews.html">Responding to Reviews</a></h2>
3232
<h1>FAQ</h1>
33-
As we create FAQ items will will post them here:
33+
As we create FAQ items, we will post them here:
3434

3535
<ul class="post-list">
3636
{% for post in site.posts %}

responding-to-reviews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77

88
## TL;DR
99

10-
If you update your code, and push to your fork, github automatically updates the PR. We'll see the changes. If you disagree with the review, please comment on the code, and tell us why your approach is better. We may or may not approve it, but we will listen.
10+
> If you update your code, and push to your fork, github automatically updates the PR. We'll see the changes. If you disagree with the review, please comment on the code, and tell us why your approach is better. We may or may not approve it, but we will listen.
1111
1212
## Long Version
1313

submitting-a-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: default
1010
1111
## Long Version
1212

13-
You don't have to wait until all your work is done in order to send us a pull request. If you want the core team to look at your code, but not accept the changes yet, open a pull request, and prefix the title with 'WIP'. That tells us to review the code, but that it is not done, and is not yet ready to merge. When you are finished, and the PR is ready to merge, simply remove 'WIP' from the PR tktle, and we'll give it a final look, and merge it.
13+
You don't have to wait until all your work is done in order to send us a pull request. If you want the core team to look at your code, but not accept the changes yet, open a pull request, and prefix the title with 'WIP'. That tells us to review the code, but that it is not done, and is not yet ready to merge. When you are finished, and the PR is ready to merge, simply remove 'WIP' from the PR title, and we'll give it a final look, and merge it.
1414

1515
When you submit a pull request, an automated build (using AppVeyor) will merge your changes onto a copy of the master repository, build that configuration, and run all automated tests. If any of those steps fail, we will ask you to fix them before we accept the pull request. (We don't comment on this if you've labelled the PR 'WIP'.)
1616

0 commit comments

Comments
 (0)