From f4bbbed5f59cc3b8fbcd1a931fac26d4e41ae37c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 1 Jul 2015 03:32:57 +0200 Subject: [PATCH] contributing - mention where new entries should be added --- contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.md b/contributing.md index d064281..f7a8f54 100644 --- a/contributing.md +++ b/contributing.md @@ -6,6 +6,7 @@ Please ensure your pull request adheres to the following guidelines: - Suggested packages should be tested and documented. - 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. - New categories, or improvements to the existing categorization are welcome. - Keep descriptions short and simple, but descriptive. - Don't mention `Node.js` in the description as it's implied.