From 028fc7dacaa62808e5d5fc17c8856281f638f1eb Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 21 Oct 2015 13:40:47 +0000 Subject: [PATCH] Mention Github services in the HACKING file --- HACKING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HACKING b/HACKING index a380b8404..f9d86f03f 100644 --- a/HACKING +++ b/HACKING @@ -46,6 +46,9 @@ some ideas of contributions that might be particularly useful are listed in the todo file, available in todo/nmap.txt or online at https://svn.nmap.org/nmap/todo/nmap.txt +o Bug reports and feature requests at http://issues.nmap.org/ are a good place + to look for ideas. + o Script ideas page. Writing NSE scripts is an excellent way to contribute to the project. You can add your script ideas to our wiki page, or pick one and implement it. See: https://secwiki.org/w/Nmap_Script_Ideas @@ -81,6 +84,8 @@ Then make a unified diff, by issuing the following command: If you've added several features, it's best to send them as several independent patches if you can. +We also accept Github Pull Requests at https://github.org/nmap/nmap + Style -----