Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Moreno <jomo@microsoft.com>2016-03-01 20:28:47 +0300
committerJoao Moreno <jomo@microsoft.com>2016-03-01 20:28:47 +0300
commit8234d91b0535d68e4ec4813bdc66f905a2bd83b5 (patch)
treef001324bbc9b4431e54913c43833fb2d25643271 /README.md
parent44afe82ba0bbf242adbe1ce19bd2963f7544560e (diff)
trigger build
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18866574477..9aee8a95f3e 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ The [`vscode`](https://github.com/microsoft/vscode) repository is where we do de
* Review the [documentation](https://github.com/microsoft/vscode-docs) and make pull requests for anything from typos to new content
## Contributing
-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), which covers the following:
+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), which covers the following:
* [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source)
* [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#development-workflow)