From e03a7c336dc009ec62d142b85574ee8d0f24ba7b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 4 Dec 2013 08:50:07 -0800 Subject: [PATCH] Add example to require ordering section --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31e08a8fe..ee65433ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,9 +20,9 @@ * Commit messages are in the present tense * Files end with a newline. * Requires should be in the following order: - * Node Modules - * Built in Atom and Atom Shell modules - * Local Modules (using relative links) + * Built in Node Modules (such as `path`) + * Built in Atom and Atom Shell Modules (such as `atom`, `shell`) + * Local Modules (using relative paths) * Class variables and methods should be in the following order: * Class methods (methods starting with a `@`) * Instance methods