diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-02-14 12:42:54 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-02-14 12:42:57 +0100 |
commit | aec6e9393126d1a3d40af6a639e93314db921b2f (patch) | |
tree | d9dd3d204b6e29545b6121871605c2b8e4d0993e /CONTRIBUTING.md | |
parent | 2e1ebbf2c54585e67ec71d73b8a7f94214077368 (diff) | |
download | node-aec6e9393126d1a3d40af6a639e93314db921b2f.tar.gz |
doc: add tools/ dir to CONTRIBUTING.md verboten list
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eecd1e6ca..ea0f69d86 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][] |