Skip to content

Commit f1f38b7

Browse files
authored
Add issue templates and link to razor-tooling
1 parent 2cd2b81 commit f1f38b7

File tree

3 files changed

+67
-23
lines changed

3 files changed

+67
-23
lines changed
Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,39 @@
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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.

0 commit comments

Comments
 (0)