Skip to content

Commit d58460f

Browse files
authored
Update diagnostic-compiler.yml (#2071)
Fix this for Andy!
1 parent 73d95ef commit d58460f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/diagnostic-compiler.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Compiler Warning/Error"
2-
description: A template to support auto generating documentation for a compiler warning or error.
2+
description: "A template to support auto generating documentation for a compiler warning or error."
33
title: "[diagnostic]: "
4-
labels: Pri1,doc-idea
4+
labels:
5+
- Pri1
6+
- doc-idea
57
assignees:
68
- adegeo
79
body:
@@ -21,7 +23,7 @@ body:
2123
id: technology
2224
attributes:
2325
label: Technology
24-
description: Which desktop technology does this apply to?
26+
description: "Which desktop technology does this apply to?"
2527
options:
2628
- WPF (Windows Presentation Foundation)
2729
- Windows Forms
@@ -43,7 +45,7 @@ body:
4345
id: type
4446
attributes:
4547
label: Default Reporting Scope
46-
description: Is this considered an error or warning?
48+
description: "Is this considered an error or warning?"
4749
options:
4850
- Error
4951
- Warning
@@ -54,7 +56,7 @@ body:
5456
id: version_introduced
5557
attributes:
5658
label: Version Introduced
57-
description: What version of .NET was this introduced with? (ex: 8 or something like 10 Preview 3)
59+
description: "What version of .NET was this introduced with? (ex: 8 or something like 10 Preview 3)"
5860
validations:
5961
required: true
6062

0 commit comments

Comments
 (0)