Skip to content

Commit

Permalink
Apply further grammar, clarity and spelling fixes to PR tips.
Browse files Browse the repository at this point in the history
Batched suggestions from Ted.

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
jrhender and TallTed authored Jan 23, 2024
1 parent a548179 commit 811d846
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ other than yourself, is good.

### Merging Pull Requests

It is recommended to merge PR using a "Rebase merge", rather than a "Squash and merge".
Merge commits are disabled in order maintain a linear commit history.
"Rebase and merge" is prefered because it maintains the authorship and commit date information which can be important for determining intellectual property contributions.
PRs should be merged using a "Rebase merge", rather than a "Squash and merge".
Merge commits are disabled to maintain a linear commit history.
"Rebase and merge" is preferred because it maintains the authorship and commit date information which can be important for determining intellectual property contributions.

## Edit style guide
The following are style tips when editing the specification.
The following are style tips when editing the specification:
- Try to have max of 80 char (do hard wrap, not auto wrap)
- Indent HTML to the proper level using two-spaces per level.
- Indent HTML to the proper level using two spaces per level.
- Left justify prose to the first column

0 comments on commit 811d846

Please sign in to comment.