Skip to content

Commit 248354b

Browse files
authored
Update issue templates
1 parent f0a73e5 commit 248354b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ assignees: ''
77

88
---
99

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
10+
**NOTE:** _Remove any parts of the template you do not need and replace the default text in each section with your own._
11+
12+
**Describe the bug or question**
13+
A clear and concise description of what the bug or question is.
1214

1315
**Example:**
1416
Testing this component:
@@ -19,7 +21,7 @@ Component under test
1921

2022
With this test:
2123

22-
```cshtml
24+
```csharp
2325
Unit test in C# or Razor or Snapshot that fails.
2426
```
2527

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ assignees: ''
77

88
---
99

10+
**NOTE:** _Remove any parts of the template you do not need and replace the default text in each section with your own._
11+
1012
**Is your feature request related to a problem? Please describe.**
1113
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1214

0 commit comments

Comments
 (0)