Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5b466de

Browse files
committed
Merge pull request #341 from github/paladique/issue-contribution-info
Information for Issue Contributions
2 parents dc2ae64 + 7885279 commit 5b466de

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CONTRIBUTING.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,33 @@ There are certain areas of the extension that are restricted in what they can do
3131
- Team Explorer content outside the Home page is slightly less restricted, but not by much
3232
- Dialogs and views that don't inherit from TeamExplorer classes are free to use what they need.
3333

34+
## Submitting an Issue
35+
36+
### Bug Reporting
37+
38+
Here are a few helpful tips when reporting a bug:
39+
- Verify the bug resides in the GitHub for Visual Studio extension
40+
- A lot of functionality provided by this extension resides in the Team Explorer pane, alongside other non-GitHub tools to manage and collaborate on source code, including Visual Studio's Git support, which is owned by Microsoft.
41+
- If this bug not is related to the GitHub extension, visit the [Visual Studio support page](https://www.visualstudio.com/support/support-overview-vs) for help
42+
- Screenshots are very helpful in diagnosing bugs and understanding the state of the extension when it's experiencing problems. Please include them whenever possible.
43+
- A log file is helpful in diagnosing bug issues. To include log files in your issue:
44+
45+
1. Close Visual Studio if it's open
46+
2. Open a Developer Command Prompt for VS2015
47+
3. Run devenv /log
48+
4. Reproduce your issue
49+
5. Close VS
50+
6. Locate the following files on your system and email them to [email protected] or create a gist and link it in the issue report:
51+
- `%appdata%\Microsoft\VisualStudio\14.0\ActivityLog.xml`
52+
- `%localappdata%\temp\extension.log`
53+
- `%localappdata%\GitHubVisualStudio\extension.log`
54+
55+
### Feature Requests
56+
If you have a feature that you think would be a great addition to the extension, we might already have thought about it too, so be sure to check if your suggestion matches our [roadmap](#roadmap-and-future-feature-ideas) before making a request. Also take a peek at our [pull requests](https://github.com/github/VisualStudio/pulls) to see what we're currently working on. Additionally, someone might have already thought of your idea, so check out Issues labeled as [features](https://github.com/github/VisualStudio/issues?q=is%3Aopen+is%3Aissue+label%3Afeature) to see if it already exists.
57+
3458
## Things to improve in the current version
3559

36-
- Localization
60+
- [Localization](https://github.com/github/VisualStudio/issues/18)
3761

3862
## Roadmap and future feature ideas
3963

0 commit comments

Comments
 (0)