From abc02fb71f977604d0ba2beebcf78b0347dde5fe Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Wed, 2 Mar 2016 09:37:19 +0100 Subject: [PATCH] Added link to the 'how to contribute' doc. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d69eb74ded7..9bd2e9e0e5d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,3 +21,7 @@ The more information you can provide, the more likely someone will be successful * Errors in the Dev Tools Console (Help | Toggle Developer Tools) * When you have extensions installed, can you reproduce the issue when starting vscode without extensions by using the `--disable-extensions` command line argument? +## Contributing Fixes +If you are interested in fixing issues and contributing directly to the code base, +please see the document [How to Contribute](https://github.com/Microsoft/vscode/wiki/How-to-Contribute). +