|
1 | 1 | # Visual Studio Code - Open Source ("Code - OSS") |
2 | 2 | [](https://aka.ms/vscode-builds) |
3 | | -[](https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) |
4 | | -[](https://github.com/Microsoft/vscode/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Abug) |
| 3 | +[](https://github.com/microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) |
| 4 | +[](https://github.com/microsoft/vscode/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Abug) |
5 | 5 | [](https://gitter.im/Microsoft/vscode) |
6 | 6 |
|
7 | 7 | ## The Repository |
@@ -29,26 +29,26 @@ There are many ways in which you can participate in the project, for example: |
29 | 29 | * Review the [documentation](https://github.com/microsoft/vscode-docs) and make pull requests for anything from typos to new content |
30 | 30 |
|
31 | 31 | If you are interested in fixing issues and contributing directly to the code base, |
32 | | -please see the document [How to Contribute](https://github.com/Microsoft/vscode/wiki/How-to-Contribute), which covers the following: |
| 32 | +please see the document [How to Contribute](https://github.com/microsoft/vscode/wiki/How-to-Contribute), which covers the following: |
33 | 33 |
|
34 | | -* [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run) |
35 | | -* [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#debugging) |
36 | | -* [Coding guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines) |
37 | | -* [Submitting pull requests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests) |
| 34 | +* [How to build and run from source](https://github.com/microsoft/vscode/wiki/How-to-Contribute#build-and-run) |
| 35 | +* [The development workflow, including debugging and running tests](https://github.com/microsoft/vscode/wiki/How-to-Contribute#debugging) |
| 36 | +* [Coding guidelines](https://github.com/microsoft/vscode/wiki/Coding-Guidelines) |
| 37 | +* [Submitting pull requests](https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests) |
38 | 38 | * [Finding an issue to work on](https://github.com/microsoft/vscode/wiki/How-to-Contribute#where-to-contribute) |
39 | 39 | * [Contributing to translations](https://aka.ms/vscodeloc) |
40 | 40 |
|
41 | 41 | ## Feedback |
42 | 42 |
|
43 | 43 | * Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/vscode) |
44 | 44 | * [Request a new feature](CONTRIBUTING.md) |
45 | | -* Upvote [popular feature requests](https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) |
46 | | -* [File an issue](https://github.com/Microsoft/vscode/issues) |
| 45 | +* Upvote [popular feature requests](https://github.com/microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) |
| 46 | +* [File an issue](https://github.com/microsoft/vscode/issues) |
47 | 47 | * Follow [@code](https://twitter.com/code) and let us know what you think! |
48 | 48 |
|
49 | 49 | ## Related Projects |
50 | 50 |
|
51 | | -Many of the core components and extensions to VS Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug) and the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug) have their own repositories. For a complete list, please visit the [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) page on our [wiki](https://github.com/Microsoft/vscode/wiki). |
| 51 | +Many of the core components and extensions to VS Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug) and the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug) have their own repositories. For a complete list, please visit the [Related Projects](https://github.com/microsoft/vscode/wiki/Related-Projects) page on our [wiki](https://github.com/microsoft/vscode/wiki). |
52 | 52 |
|
53 | 53 | ## Bundled Extensions |
54 | 54 |
|
|
0 commit comments