Skip to content

Commit

Permalink
minor update according to the discussion on #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Hoettger committed Sep 9, 2019
1 parent 4d3d941 commit 4c78ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ First, we have DoD for solved issues. Please check if you met all the items in t
* Please write brief and useful commit messages: Separate the subject from body with a blank line because the subject line
is shown in the git history and should summarize the commit body. Use the body to explain what and why vs. how.
https://chris.beams.io/posts/git-commit/#seven-rules has more tips and details.
* Before you push your commits to a repository, squash your commits into one or more logical units of work.
No dozens of hourly/daily commits in your pull request, please. In the ideal case, a feature is contained in one commit.
* Before you push your commits to a repository, you can squash your commits into one or more logical units of work, e.g. if
you want to add a new feature solely in a single commit.
* The [Pro Git book](https://git-scm.com/book/en/v2/) has a great section on [Rewriting
History](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History) and a section
on [Squashing](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#_squashing).
Expand Down

0 comments on commit 4c78ae1

Please sign in to comment.