From a258976ba831d7df5554bc90bfe164763ea59b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Todorovi=C4=87=20=28r3bl=29?= Date: Tue, 3 Nov 2015 15:30:23 +0100 Subject: [PATCH] Adds one line to the "Adding to this list" section By browsing through the PRs that we're getting on a daily basis, it seems like it would be easier to request from the people to submit a link directly in the body of the commit message. That way, we can just click on it instead of switching to the `Files` tab, copying it and then pasting it in a new browser tab. It's just something that came to my mind like right now, so I'm gonna wait for the feedback first. --- contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.md b/contributing.md index d8edb01..5f5a9a1 100644 --- a/contributing.md +++ b/contributing.md @@ -20,6 +20,7 @@ Please ensure your pull request adheres to the following guidelines: - Check your spelling and grammar. - Make sure your text editor is set to remove trailing whitespace. - The pull request and commit should have a useful title. +- The body of your commit message should contain a link to the repository. Thank you for your suggestions!