From 422f0466e0e97b00fe82392ecc310054bffc68ee Mon Sep 17 00:00:00 2001 From: Srijon Saha Date: Fri, 12 Jun 2020 13:39:17 -0700 Subject: [PATCH] Update CONTRIBUTING doc for PRs [ci skip] --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd1f3fe..b298def 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,13 @@ shared or included in a test suite (although I will ask :) If sending email to a gmail account is problematic, the email inbox is self-hosted. +# Opening Pull Requests + +Before opening a pull request, [squash all commits into +one](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History). If the pull +request addresses documentation or demos, add `[ci skip]` in the body or title +of your commit message to skip Travis checks. + # Pre-Contribution Checklist Before thinking about contributing, make sure that: -- 2.34.1