Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions .github/ISSUE_TEMPLATE/04-csharp-new-fundamentals-reference.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "C# 14 - New feature - Fundamentals and reference"
description: Create the issue for adding reference docs and optional fundamentals updates for a new feature in C# 14
title: "[C# 14-Fundamentals and reference]: New Feature - "
name: "C# 15 - New feature - Fundamentals and reference"
description: Create the issue for adding reference docs and optional fundamentals updates for a new feature in C# 15
title: "[C# 15-Fundamentals and reference]: New Feature - "
labels:
- ":checkered_flag: Release: .NET 10"
- ":checkered_flag: Release: .NET 11"
- dotnet-csharp/svc
- whats-new/subsvc
assignees:
Expand All @@ -11,18 +11,16 @@ body:
- type: dropdown
id: version
attributes:
label: Visual Studio release
description: What Visual Studio (preview) contains this feature?
label: .NET 11 Preview
description: What .NET 11 preview contains this feature?
options:
- "17.13.p3"
- "17.13"
- "17.14.p1"
- "17.14.p2"
- "17.14.p3"
- "17.14.p4"
- "17.14.p5"
- "17.14.p6"
- "17.14"
- ".NET 11 preview 1"
- ".NET 11 preview 2"
- ".NET 11 preview 3"
- ".NET 11 preview 4"
- ".NET 11 preview 5"
- ".NET 11 preview 6"
- ".NET 11 preview 7"
- "other - specify below"
- type: input
id: Speclet
Expand Down
28 changes: 13 additions & 15 deletions .github/ISSUE_TEMPLATE/05-csharp-new-errors-warnings.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "C# 14 - New feature - Errors and warnings"
description: Create the issue for adding reference docs for new compiler warnings and errors added in a new feature in C# 14
title: "[C# 14-Errors and warnings]: New Feature - "
name: "C# 15 - New feature - Errors and warnings"
description: Create the issue for adding reference docs for new compiler warnings and errors added in a new feature in C# 15
title: "[C# 15-Errors and warnings]: New Feature - "
labels:
- ":checkered_flag: Release: .NET 10"
- ":checkered_flag: Release: .NET 11"
- okr-curation
- dotnet-csharp/svc
- whats-new/subsvc
Expand All @@ -12,18 +12,16 @@ body:
- type: dropdown
id: version
attributes:
label: Visual Studio release
description: What Visual Studio (preview) contains this feature?
label: .NET 11 Preview
description: What .NET 11 preview contains this feature?
options:
- "17.13.p3"
- "17.13"
- "17.14.p1"
- "17.14.p2"
- "17.14.p3"
- "17.14.p4"
- "17.14.p5"
- "17.14.p6"
- "17.14"
- ".NET 11 preview 1"
- ".NET 11 preview 2"
- ".NET 11 preview 3"
- ".NET 11 preview 4"
- ".NET 11 preview 5"
- ".NET 11 preview 6"
- ".NET 11 preview 7"
- "other - specify below"
- type: input
id: Speclet
Expand Down
28 changes: 13 additions & 15 deletions .github/ISSUE_TEMPLATE/06-csharp-new-tutorials.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "C# 14 - New feature - Additional tutorials"
description: Create the issue for adding new tutorials for a new feature in C# 14
title: "[C# 14-Tutorials]: New Feature - "
name: "C# 15 - New feature - Additional tutorials"
description: Create the issue for adding new tutorials for a new feature in C# 15
title: "[C# 15-Tutorials]: New Feature - "
labels:
- ":checkered_flag: Release: .NET 10"
- ":checkered_flag: Release: .NET 11"
- dotnet-csharp/svc
- whats-new/subsvc
assignees:
Expand All @@ -11,18 +11,16 @@ body:
- type: dropdown
id: version
attributes:
label: Visual Studio release
description: What Visual Studio (preview) contains this feature?
label: .NET 11 Preview
description: What .NET 11 preview contains this feature?
options:
- "17.13.p3"
- "17.13"
- "17.14.p1"
- "17.14.p2"
- "17.14.p3"
- "17.14.p4"
- "17.14.p5"
- "17.14.p6"
- "17.14"
- ".NET 11 preview 1"
- ".NET 11 preview 2"
- ".NET 11 preview 3"
- ".NET 11 preview 4"
- ".NET 11 preview 5"
- ".NET 11 preview 6"
- ".NET 11 preview 7"
- "other - specify below"
- type: input
id: Speclet
Expand Down