This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +67
-0
lines changed
Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ labels :
5+
6+ ---
7+
8+ ---
9+ name: Bug report
10+ about: Create a report to help us improve
11+ labels:
12+
13+ ---
14+
15+ ## Versions
16+ - GitHub Extension for Visual Studio version: ...
17+ - Visual Studio version: ...
18+
19+ ## What happened
20+ A clear and concise description of what the bug is.
21+
22+ ### Steps to Reproduce
23+ Steps to reproduce the behavior:
24+ 1 . Go to '...'
25+ 2 . Click on '....'
26+ 3 . Scroll down to '....'
27+ 4 . See error
28+
29+ ### Expected behavior
30+ A clear and concise description of what you expected to happen.
31+
32+ ### Screenshots
33+ If applicable, add screenshots to help explain your problem.
34+
35+ ### Logs
36+ If applicable, add logs. To include log files:
37+ 1 . Close Visual Studio if it's open
38+ 2 . Open a Developer Command Prompt for VS2015
39+ 3 . Run devenv /log
40+ 4 . Reproduce your issue
41+ 5 . Close VS
42+ 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:
43+ - ` %appdata%\Microsoft\VisualStudio\14.0\ActivityLog.xml `
44+ - ` %localappdata%\temp\extension.log `
45+ - ` %localappdata%\GitHubVisualStudio\extension.log `
46+ - Windows Event Viewer
47+
48+ ### Additional context
49+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ labels :
5+
6+ ---
7+
8+ ** Is your feature request related to a problem? Please describe.**
9+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
10+
11+ ** Describe the solution you'd like**
12+ A clear and concise description of what you want to happen.
13+
14+ ** Describe alternatives you've considered**
15+ A clear and concise description of any alternative solutions or features you've considered.
16+
17+ ** Additional context**
18+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments