Requesting feature info. (#10637)

* Added additional information about searching popular issues.

* Merging Submitting-Bugs-and-Suggestions
This commit is contained in:
Wade Anderson 2016-08-18 06:39:59 -07:00 committed by Erich Gamma
parent 8aa430710a
commit 521d5c9bad

View file

@ -1,15 +1,26 @@
## Contributing Issues
### 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.
First, please do a search in [open issues](https://github.com/Microsoft/vscode/issues) to see if the issue or feature request has already been filed. Use this [query](https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) to search for the most popular issues.
The Code project is distributed across multiple repositories, try to file the issue against the correct repository [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects).
If you find your issue already exists, make relevant comments and add your [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). Use the reaction in place of "+1" comment.
👍 - upvote
👎 - downvote
The VS Code project is distributed across multiple repositories, try to file the issue against the correct repository [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects).
If your issue is a question then please ask the question on [Stack Overflow](https://stackoverflow.com/questions/tagged/vscode) using the tag `vscode`.
If you cannot find an existing issue that describes your feature, submit an issue using the guidelines below.
## Writing Good Bug Reports and Feature Requests
File a single issue per problem and feature request, do not file combo issues.
File a single issue per problem and feature request.
* Do not list multiple issues or requests in the same bug.
* Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes.
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. Therefore:
@ -21,6 +32,10 @@ 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?
Don't feel bad if we can't reproduce the issue and ask for more information!
Finally, this is our [issue tracking](https://github.com/Microsoft/vscode/wiki/Issue-Tracking) work flow that describes what happens once you submitted an issue.
## 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).