From aec6e9393126d1a3d40af6a639e93314db921b2f Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 14 Feb 2013 12:42:54 +0100 Subject: doc: add tools/ dir to CONTRIBUTING.md verboten list --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eecd1e6ca78..ea0f69d8607 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,10 +29,10 @@ In a nutshell, modules are at varying levels of API stability. Bug fixes are always welcome but API or behavioral changes to modules at stability level 3 and up are off-limits. -Node.js has several bundled dependencies in the deps/ directory that are not -part of the project proper. Any changes to files in that directory or its -subdirectories should be sent to their respective projects. Do not send -that patch to us, we cannot accept it. +Node.js has several bundled dependencies in the deps/ and the tools/ +directories that are not part of the project proper. Any changes to files +in those directories or its subdirectories should be sent to their respective +projects. Do not send your patch to us, we cannot accept it. In case of doubt, open an issue in the [issue tracker][], post your question to the [node.js mailing list][] or contact one of the [project maintainers][] -- cgit v1.2.3