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

Commit 3cadefb

Browse files
author
Jasmine
committed
feature request info
1 parent d68563e commit 3cadefb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,20 @@ There are certain areas of the extension that are restricted in what they can do
3737

3838
Here are a few helpful tips when reporting a bug:
3939
- Verify the bug resides in the GitHub for Visual Studio extension
40-
- A lot of functionality within this extension resides in the Team Explorer pane, where there are additional tools to manage source code, including Git.
40+
- A lot of functionality within this extension resides in the Team Explorer pane, where there are additional tools to manage and collaborate on source code, including Visual Studio's Git Extension, which is owned by Microsoft.
4141
- 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
4242
- A log file can be helpful in diagnosing bug issues, if you'd like to include one in your issue, here is how you'd do it:
4343
1. Close Visual Studio if it's open
4444
1. Open a Developer Command Prompt for VS2015
4545
1. Run devenv /log
4646
1. Close VS
47-
1. Locate the following files on your system and email them to windows@github.com:
47+
1. Locate the following files on your system and email them to windows@github.com or copy their contents into the issue:
4848
- `%appdata%\Microsoft\VisualStudio\14.0\ActivityLog.xml`
49-
5049
- `%localappdata%\temp\extension.log`
50+
- Screenshots are also helpful in diagnosing bugs and understanding the state of the extension when it's experiencing problems.
5151

5252
### Feature Requests
53+
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 before making a request.
5354

5455
## Things to improve in the current version
5556

0 commit comments

Comments
 (0)