Skip to content

Commit 8848d03

Browse files
BillWagnergewarren
andauthored
Update C# feature templates (#51332)
* Update C# feature templates .NET - The Nigel Tufnel edition is coming. * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * respond to feedback --------- Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
1 parent 9e4382b commit 8848d03

3 files changed

Lines changed: 39 additions & 45 deletions

File tree

.github/ISSUE_TEMPLATE/04-csharp-new-fundamentals-reference.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: "C# 14 - New feature - Fundamentals and reference"
2-
description: Create the issue for adding reference docs and optional fundamentals updates for a new feature in C# 14
3-
title: "[C# 14-Fundamentals and reference]: New Feature - "
1+
name: "C# 15 - New feature - Fundamentals and reference"
2+
description: Create the issue for adding reference docs and optional fundamentals updates for a new feature in C# 15
3+
title: "[C# 15-Fundamentals and reference]: New Feature - "
44
labels:
5-
- ":checkered_flag: Release: .NET 10"
5+
- ":checkered_flag: Release: .NET 11"
66
- dotnet-csharp/svc
77
- whats-new/subsvc
88
assignees:
@@ -11,18 +11,16 @@ body:
1111
- type: dropdown
1212
id: version
1313
attributes:
14-
label: Visual Studio release
15-
description: What Visual Studio (preview) contains this feature?
14+
label: .NET 11 Preview
15+
description: Which .NET 11 Preview version contains this feature?
1616
options:
17-
- "17.13.p3"
18-
- "17.13"
19-
- "17.14.p1"
20-
- "17.14.p2"
21-
- "17.14.p3"
22-
- "17.14.p4"
23-
- "17.14.p5"
24-
- "17.14.p6"
25-
- "17.14"
17+
- ".NET 11 Preview 1"
18+
- ".NET 11 Preview 2"
19+
- ".NET 11 Preview 3"
20+
- ".NET 11 Preview 4"
21+
- ".NET 11 Preview 5"
22+
- ".NET 11 Preview 6"
23+
- ".NET 11 Preview 7"
2624
- "other - specify below"
2725
- type: input
2826
id: Speclet

.github/ISSUE_TEMPLATE/05-csharp-new-errors-warnings.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: "C# 14 - New feature - Errors and warnings"
2-
description: Create the issue for adding reference docs for new compiler warnings and errors added in a new feature in C# 14
3-
title: "[C# 14-Errors and warnings]: New Feature - "
1+
name: "C# 15 - New feature - Errors and warnings"
2+
description: Create the issue for adding reference docs for new compiler warnings and errors added in a new feature in C# 15
3+
title: "[C# 15-Errors and warnings]: New Feature - "
44
labels:
5-
- ":checkered_flag: Release: .NET 10"
5+
- ":checkered_flag: Release: .NET 11"
66
- okr-curation
77
- dotnet-csharp/svc
88
- whats-new/subsvc
@@ -12,18 +12,16 @@ body:
1212
- type: dropdown
1313
id: version
1414
attributes:
15-
label: Visual Studio release
16-
description: What Visual Studio (preview) contains this feature?
15+
label: .NET 11 Preview
16+
description: Which .NET 11 Preview version contains this feature?
1717
options:
18-
- "17.13.p3"
19-
- "17.13"
20-
- "17.14.p1"
21-
- "17.14.p2"
22-
- "17.14.p3"
23-
- "17.14.p4"
24-
- "17.14.p5"
25-
- "17.14.p6"
26-
- "17.14"
18+
- ".NET 11 Preview 1"
19+
- ".NET 11 Preview 2"
20+
- ".NET 11 Preview 3"
21+
- ".NET 11 Preview 4"
22+
- ".NET 11 Preview 5"
23+
- ".NET 11 Preview 6"
24+
- ".NET 11 Preview 7"
2725
- "other - specify below"
2826
- type: input
2927
id: Speclet

.github/ISSUE_TEMPLATE/06-csharp-new-tutorials.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: "C# 14 - New feature - Additional tutorials"
2-
description: Create the issue for adding new tutorials for a new feature in C# 14
3-
title: "[C# 14-Tutorials]: New Feature - "
1+
name: "C# 15 - New feature - Additional tutorials"
2+
description: Create the issue for adding new tutorials for a new feature in C# 15
3+
title: "[C# 15-Tutorials]: New Feature - "
44
labels:
5-
- ":checkered_flag: Release: .NET 10"
5+
- ":checkered_flag: Release: .NET 11"
66
- dotnet-csharp/svc
77
- whats-new/subsvc
88
assignees:
@@ -11,18 +11,16 @@ body:
1111
- type: dropdown
1212
id: version
1313
attributes:
14-
label: Visual Studio release
15-
description: What Visual Studio (preview) contains this feature?
14+
label: .NET 11 Preview
15+
description: Which .NET 11 Preview contains this feature?
1616
options:
17-
- "17.13.p3"
18-
- "17.13"
19-
- "17.14.p1"
20-
- "17.14.p2"
21-
- "17.14.p3"
22-
- "17.14.p4"
23-
- "17.14.p5"
24-
- "17.14.p6"
25-
- "17.14"
17+
- ".NET 11 Preview 1"
18+
- ".NET 11 Preview 2"
19+
- ".NET 11 Preview 3"
20+
- ".NET 11 Preview 4"
21+
- ".NET 11 Preview 5"
22+
- ".NET 11 Preview 6"
23+
- ".NET 11 Preview 7"
2624
- "other - specify below"
2725
- type: input
2826
id: Speclet

0 commit comments

Comments
 (0)