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

Commit 9874c2e

Browse files
authored
Merge pull request #2064 from MrVitaly/update_issue_templates
Update issue templates
2 parents 3933ab7 + 9e94763 commit 9874c2e

File tree

4 files changed

+65
-24
lines changed

4 files changed

+65
-24
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve GitHub Extension for Visual Studio
4+
labels:
5+
6+
---
7+
8+
<!-- Hello! Please read the [Contributing Guidelines](https://github.com/github/VisualStudio/blob/master/CONTRIBUTING.md) before submitting an issue regarding the GitHub Extension for Visual Studio. -->
9+
10+
## Versions
11+
- GitHub Extension for Visual Studio version: ...
12+
- Visual Studio version: ...
13+
14+
## What happened
15+
<!--A clear and concise description of what the bug is.-->
16+
17+
### Steps to Reproduce
18+
Steps to reproduce the behavior:
19+
1. Go to '...'
20+
2. Click on '....'
21+
3. Scroll down to '....'
22+
4. See error
23+
24+
### Expected behavior
25+
<!--A clear and concise description of what you expected to happen.-->
26+
27+
### Screenshots
28+
<!--If applicable, add screenshots to help explain your problem.-->
29+
30+
### Logs
31+
<!--If applicable, add logs. To include log files:
32+
1. Close Visual Studio if it's open
33+
2. Open a Developer Command Prompt for VS2015
34+
3. Run devenv /log
35+
4. Reproduce your issue
36+
5. Close VS
37+
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:
38+
- `%appdata%\Microsoft\VisualStudio\14.0\ActivityLog.xml`
39+
- `%localappdata%\temp\extension.log`
40+
- `%localappdata%\GitHubVisualStudio\extension.log`
41+
- Windows Event Viewer
42+
-->
43+
44+
### Additional context
45+
<!--Add any other context about the problem here.-->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Here are a few helpful tips when reporting a bug:
4141
- Verify that the bug resides in the GitHub for Visual Studio extension
4242
- 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.
4343
- 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
44+
- To report a bug use the [bug report template](.github/ISSUE_TEMPLATE/bug_report.md).
4445
- Screenshots are very helpful in diagnosing bugs and understanding the state of the extension when it's experiencing problems. Please include them whenever possible.
4546
- A log file is helpful in diagnosing bug issues. To include log files in your issue:
4647

@@ -56,6 +57,7 @@ Here are a few helpful tips when reporting a bug:
5657

5758
### Feature Requests
5859
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.
60+
To suggest a feature use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md).
5961

6062
## Things to improve in the current version
6163

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)