Files
vscode/wiki/README.md
Daniel Imms fdff650521 Move wiki to repo
This commit does the following:
- Migrates all pages from the wiki that are linked to
- Fix links in all wiki pages and in ./README.md, ./CONTRIBUTING.md and
  ./test/README.md

Fixes #2480
2016-04-13 12:39:05 -07:00

29 lines
1.7 KiB
Markdown

# Welcome
Welcome to the Code Wiki. These pages are primarily intended for those who wish to contribute to the Code project by submitting bug reports, suggesting new features, building extensions, commenting on new ideas, or even by submitting pull requests.
Please refer to the sidebar (on the right) for details on Project Management, Contributing to Code, and Documentation.
If you are looking for more information on using VS Code, please visit our [the Visual Studio Code portal](http://code.visualstudio.com) and follow us on [Twitter](https://twitter.com/code)!
## Table of contents
- Contributing
- [How to Contribute](contributing/how-to-contribute.md)
- [Submitting Bugs and Suggestions](contributing/submitting-bugs-and-suggestinos.md)
- [Code Organization](contributing/code-organization.md)
- [Coding Guidelines](contributing/coding-guidelines.md)
- [Contributor License Agreement](contributing/contributor-license-agreement.md)
- [Requested Extensions](contributing/requested-extensions.md)
- Project Management
- [Roadmap](project-management/roadmap.md)
- [Iteration Plans](project-management/iteration-plans.md)
- [Breaking Changes](project-management/breaking-changes.md)
- [Development Process](project-management/development-process.md)
- [Issue Tracking](project-management/issue-tracking.md)
- [Previous Releases](project-management/previous-releases.md)
- [Related Projects](project-management/related-projects.md)
- [Documentation](https://code.visualstudio.com/docs)
- [Extensions](https://code.visualstudio.com/docs/extensions/overview)
- [API](https://code.visualstudio.com/docs/extensionAPI/overview)
- [Documetnation repository](https://github.com/microsoft/vscode-docs)