From e45704e158dd592a98253014afba360424a1cf1e Mon Sep 17 00:00:00 2001 From: Esh <32418603+Esh07@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:38:24 +0100 Subject: [PATCH] Docs: Updated README with note section regarding the avoidance of editing multiple lines In "Making necessary changes," I added a note stating not to make multiple changes in the file and provided a link to the "Design decisions for the tutorials " --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d7146c7e47..ed0763f51b9 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ For example: git switch -c add-alonzo-church ``` ## Make necessary changes and commit those changes +> **Important**: Please DO NOT change multiple lines. Here's why - [read the 3rd bullet point](https://github.com/firstcontributions/first-contributions/issues/35892#issue-778716847). Now open `Contributors.md` file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file.