From a27369284d9bc3eaafedf24f644753abd43f7c60 Mon Sep 17 00:00:00 2001 From: Isaac Cheng <47993930+IsaacCheng9@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:40:48 +0100 Subject: [PATCH] Remove section about merge strategy --- CONTRIBUTING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db47b1f..465c999 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,14 +33,6 @@ Include the following information when submitting a pull request: - Using the `Fixes {link to issue}` syntax will automatically close the issue once merged. -## Merge Strategy - -We use the _squash merging_ strategy when merging pull requests to improve the -quality of the change history and make the commit log easier to navigate. - -A further explanation about the benefits of this strategy can be found -[here](https://blog.dnsimple.com/2019/01/two-years-of-squash-merge/). - ## Unit Tests Unit tests should be created and maintained as changes are made to the core