From 051a1be011c1c080ff38130b3c5c8d7a77b64b32 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 13 Oct 2018 13:37:31 +0700 Subject: [PATCH] Tiny tweak to contribution guidelines --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index ab002c9..afe1bb3 100644 --- a/contributing.md +++ b/contributing.md @@ -14,7 +14,7 @@ Ensure your pull request adheres to the following guidelines: - Make an individual pull request for each suggestion. - Use the following format: `[package](link) - Description.` - Additions should be added to the bottom of the relevant category. -- Link to the GitHub repo, not npmjs.com. +- Link to the GitHub repo, not npmjs.com or its website. - Keep descriptions short and simple, but descriptive. - Don't mention `Node.js` in the description as it's implied. - Start the description with a capital and end with a full stop/period.