Skip to content

Commit

Permalink
Use the term "squash" when referring to collapsing commits into one (#…
Browse files Browse the repository at this point in the history
…1011)

That's consistent with the term used in git-rebase and with the general public.
  • Loading branch information
f3ndot authored and marcoow committed Jun 24, 2016
1 parent 21e638f commit fd83b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Here's a few steps to follow to make sure your pull request gets accepted:
3. Adhere to Ember Simple Auth's coding style; while there's no official style
guide it should be clear by looking at the existing code what the agreed upon
rules are.
4. Stash all your commits into one before submitting the pull request so it's
4. Squash all of your commits into one before submitting the pull request so it's
easier to review them.
5. Provide a good description for your pull request - what does it add, why is
that needed etc.?
Expand Down

0 comments on commit fd83b92

Please sign in to comment.