Skip to content

Commit

Permalink
Fixed a typo in CONTRIBUTING.md (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
KipHamiltons committed May 8, 2020
1 parent 9b0cdd5 commit ca8b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -56,7 +56,7 @@ The internal code dependency structure looks like this:

### Git history

Pull Requests are squahsed when merged. This means all commits in the branch will be squashed into one commit applied onto master, so branches and their PRs should stick to *one* topic only. If you think changes deserve separate commits, make separate PRs for each commit.
Pull Requests are squashed when merged. This means all commits in the branch will be squashed into one commit applied onto master, so branches and their PRs should stick to *one* topic only. If you think changes deserve separate commits, make separate PRs for each commit.

This also means it's not possible to reuse one branch for multiple PRs; new PRs must either use entirely new branches, or else you could use `git reset --hard` on the current branch.

Expand Down

0 comments on commit ca8b5cc

Please sign in to comment.