From 3ceaf0a7df1e33ff42d215db47b9114ec60095a6 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 21 Apr 2018 14:12:27 -0400 Subject: [PATCH] Update Contributing Guide to include squash tip --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fb581b9a..e2e12d5d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -52,6 +52,7 @@ merge conflicts will be less likely. See more detailed instructions [here][synci * Create a [branch][branch-link] for your edits. * Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge and for others to understand and maintain in the future. +* Please make sure you squash all commits together before opening a pull request. If your pull request requires changes upon review, please be sure to squash all additional commits as well. [This wiki page][squash-link] outlines the squash process. ### Open Pull Requests @@ -74,4 +75,5 @@ Thanks for being a part of this project, and we look forward to hearing from you [pr-link]: [remote-link]: [syncing-link]: +[squash-link]: