Skip to content

Commit

Permalink
minor tweaks to the HACKING file, primarily updating to the current r…
Browse files Browse the repository at this point in the history
…edmine URL

git-svn-id: file:///home/svn/framework3/trunk@13422 4d416f70-5f16-0410-b530-b9f4589650da
  • Loading branch information
Jonathan Cran committed Jul 30, 2011
1 parent 1b85462 commit b50ecda
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ adhere to the following style guidelines:
- Try to keep your lines under 100 columns (assuming four-space tabs)
- do; end instead of {} for a block
- Always use str[0,1] instead of str[0]
(This avoids a known ruby 1.8/1.9 incompatability.)
(This avoids a known ruby 1.8/1.9 incompatibility.)
- Method names should always be lower_case and words separated by "_"
- Variable names should be lower case with words separated by "_"
- Don't depend on any external gems or libraries without talking to
Expand Down Expand Up @@ -114,16 +114,18 @@ Submitting Your Code
When you've finished fixing a bug, adding a feature, or creating a
new module, build a patch by using the following command from the
base installation directory:

svn diff > something-descriptive.patch

Make sure you add any new files with 'svn add filename' first. If
you have just a single new file (such as when creating a new module)
feel free to just send that file. Once you've created the patch,
there are a couple ways to submit it. The first is to add it as an
attachment to a ticket in our Redmine tracker
(https://www.metasploit.com/redmine/projects/framework); you can
create a ticket if one does not exist. Secondly, you can email it
framework@metasploit.com, which is the main mailinglist for
framework users, or msfdev@metasploit.com which only goes to
(http://dev.metasploit.com/redmine/projects/framework); you can
create a ticket if one does not exist. Alternatively, you can
email it framework@metasploit.com, which is the main mailing list
for framework users, or msfdev@metasploit.com which only goes to
developers.


Expand Down

0 comments on commit b50ecda

Please sign in to comment.