From 7f9e73e11ad3bb61162ead96e6a8b86659269872 Mon Sep 17 00:00:00 2001 From: Isaac Cheng <47993930+IsaacCheng9@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:42:14 +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 b2c64cd..df1ecee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,14 +39,6 @@ Include the following information when submitting a pull request: - Using the `This 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