From 45086d01ce84d8cff83b09367db20551d6014700 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Tue, 4 Mar 2014 14:06:34 -0600 Subject: [PATCH] Add a link to common coding mistakes --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a22fdfd807..a376969ddd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,9 +10,10 @@ closed (*Road House* style). Sorry! Incidentally, this is a **short** list. The [wiki](https://github.com/rapid7/metasploit-framework/wiki) is much more -exhaustive and reveals many mysteries. If you don't know where to start, -you should take a look at the standard [development environment setup -guide](https://github.com/rapid7/metasploit-framework/wiki/Setting-Up-a-Metasploit-Development-Environment). +exhaustive and reveals many mysteries. If you read nothing else, take a +look at the standard [development environment setup +guide](https://github.com/rapid7/metasploit-framework/wiki/Setting-Up-a-Metasploit-Development-Environment) +and Metasploit's [Common Coding Mistakes](https://github.com/rapid7/metasploit-framework/wiki/Common-Metasploit-Module-Coding-Mistakes). ## Code Contributions