From 65ef00779294d01a8a94524dabd33299f11cea10 Mon Sep 17 00:00:00 2001 From: duianto Date: Thu, 26 Mar 2020 16:23:39 +0100 Subject: [PATCH] CONTRIBUTING.org add a link to squash instructions --- CONTRIBUTING.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index a7e90dbec..97a1e687c 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -109,7 +109,7 @@ You may want to [[https://github.com/syl20bnr/spacemacs/wiki/Beginner%27s-Guide- - One commit per PR - If you have several commits on different topics, close the PR and create one PR per topic -- If you still have several commits, squash them into only one commit +- If you still have several commits, squash them into only one commit ([[https://github.com/syl20bnr/spacemacs/pull/13381#pullrequestreview-380313280][here's a guide]]) - Rebase your PR branch on top of upstream =develop= before submitting the PR