mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
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
28 lines
1.6 KiB
Markdown
28 lines
1.6 KiB
Markdown
# Submitting bugs and suggestions.
|
|
|
|
The Code project tracks issues and feature requests using the [GitHub issue tracker](https://github.com/microsoft/vscode/issues) for the `vscode` repository.
|
|
|
|
## Before Submitting an Issue
|
|
First, please do a search in open issues to see if the issue or feature request has already been filed. If there is an issue add your comments to this issue.
|
|
|
|
The Code project is distributed across multiple repositories, try to file the issue against the correct repository [Related Projects](../project-management/related-projects.md).
|
|
|
|
If your issue is a question consider asking it on [Stack Overflow](https://stackoverflow.com/questions/tagged/vscode) using the tag `vscode`.
|
|
|
|
## Writing Great Issues and Suggestions
|
|
|
|
File a single issue per problem and feature request, do not file combo issues.
|
|
|
|
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. Consider the following:
|
|
|
|
* Provide reproducable steps, what the result of the steps was, an what you would have expected.
|
|
* Description of what you expect to happen
|
|
* Animated GIFs
|
|
* Code that demonstrates the issue
|
|
* Version of VS Code
|
|
* 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 `--disable-extensions`?
|
|
|
|
Don't feel bad if we can't reproduce the issue and ask for more information!
|
|
|
|
Finally, this is our [issue tracking](../project-management/issue-tracking.md) work flow that describes what happens once you submitted an issue. |