File tree Expand file tree Collapse file tree 3 files changed +67
-23
lines changed Expand file tree Collapse file tree 3 files changed +67
-23
lines changed Original file line number Diff line number Diff line change 1- <!-- To prefill this information:
2- 1. Open Visual Studio Code
3- 2. Bring up the command palette (press <kbd>F1</kbd>)
4- 3. Type `CSharp: Report an issue`
5-
6- If the `CSharp: Report an issue` command doesn't appear, make sure that you have C# extension version 1.17.0 or newer installed.
7- -->
8-
9- ## Environment data
10- `dotnet --info` output:
11- VS Code version:
12- C# Extension version:
13-
14- ## OmniSharp log
15-
16-
17- ## Steps to reproduce
18-
19-
20- ## Expected behavior
21-
22-
23- ## Actual behavior
1+ ---
2+ name : 🐞 Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ <!-- To prefill this information:
11+ 1. Open Visual Studio Code
12+ 2. Bring up the command palette (press <kbd>F1</kbd>)
13+ 3. Type `CSharp: Report an issue`
14+
15+ If the `CSharp: Report an issue` command doesn't appear, make sure that you have C# extension version 1.17.0 or newer installed.
16+ -->
17+
18+ ## Environment data
19+ ` dotnet --info ` output:
20+ VS Code version:
21+ C# Extension version:
22+
23+ ## OmniSharp log
24+
25+
26+ ## Steps to reproduce
27+
28+ 1 . Go to '...'
29+ 2 . Click on '....'
30+ 3 . Scroll down to '....'
31+ 4 . See error
32+
33+ ## Expected behavior
34+ A clear and concise description of what you expected to happen.
35+
36+ ## Actual behavior
37+
38+ ## Additional context
39+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : true
2+ contact_links :
3+ - name : Issue with Razor (Blazor) tooling
4+ url : https://github.com/dotnet/razor-tooling/issues/new/choose
5+ about : Please open issues relating to the Razor tooling in dotnet/razor-tooling.
Original file line number Diff line number Diff line change 1+ ---
2+ name : 💡 Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Is your feature request related to a problem? Please describe.
11+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12+
13+ ## Describe the solution you would like
14+ A clear and concise description of what you want to happen.
15+
16+ ## Applicable Scenarios
17+ In what scenarios would the feature apply?
18+
19+ ## Describe alternatives you've considered
20+ A clear and concise description of any alternative solutions or features you've considered.
21+
22+ ## Additional context
23+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments