From a05a7dcda0934f9e2bb8b16d2d07257d7310b176 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 14 Jan 2020 13:37:50 +0000 Subject: [PATCH] =?UTF-8?q?chore(add-warn):=20add=20a=20warning=20to=20add?= =?UTF-8?q?=20anywhere=20but=20the=20end=20of=20th=E2=80=A6=20(#383)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data.js b/src/data.js index 901676b6..9b321b98 100644 --- a/src/data.js +++ b/src/data.js @@ -2534,6 +2534,8 @@ const pages = [ 'Wordpress', ], }, + // 🚨 DO NOT ADD YOURSELF TO THE END OF THE ARRAY 🚨 + // IT CAUSES MERGE CONFLICT HEADACHES ]; export default pages;