Skip to content
Snippets Groups Projects
Commit fd691c0a authored by Juan Batiz-Benet's avatar Juan Batiz-Benet
Browse files

Merge pull request #2207 from ipfs/feature/squash-note

Added squash note to contribute.md
parents 6cfc00e1 1b97a0fb
Branches
No related tags found
1 merge request!1New
...@@ -90,3 +90,8 @@ reasons why this is _the right thing to do_: ...@@ -90,3 +90,8 @@ reasons why this is _the right thing to do_:
License: MIT License: MIT
Signed-off-by: Juan Benet <juan@ipfs.io> Signed-off-by: Juan Benet <juan@ipfs.io>
``` ```
### 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment