Skip to content

Commit

Permalink
Merge pull request #2207 from ipfs/feature/squash-note
Browse files Browse the repository at this point in the history
Added squash note to contribute.md
  • Loading branch information
jbenet committed Jan 24, 2016
2 parents 6cfc00e + 1b97a0f commit fd691c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@ reasons why this is _the right thing to do_:
License: MIT
Signed-off-by: Juan Benet <[email protected]>
```

### Each Commit Must Pass Tests

All commits in a PR must pass tests. If they don't, fix the commits and/or [squash them](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits) so that they do pass the tests. This should be done so that we can use git-bisect easily.

0 comments on commit fd691c0

Please sign in to comment.