From 7bd8e6682b4ea831ee9c7de573a3af698c6651fe Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Mon, 12 Oct 2020 14:23:22 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2b7fa3..056e892 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,10 +2,14 @@ Please ensure your pull request adheres to the following guidelines: -- Search previous suggestions before making a new one, as yours may be a duplicate. +## If you are addding a new book + +- Search previous entries in [README.md](README.md) before making a new one, as yours may be a duplicate. - if you want to add a new book you should have read the book. -- Use the following format: `| Book name | Author | [Goodreads rating](Goodreads url) | Year published |` -- Order the entry within its section based on the Goodreads rating. +- Insert the book in the following format in [README.md](README.md). Don't change any other files. + + `| Book name | Author | [Goodreads rating](Goodreads url) | Year published |` +- Make sure that the book in inserted in the correct order according to the Goodreads rating. - Mention in pull request clearly why you think the book deserve to be in the list. Thank you!