From e2cf0a9d6a506da3a0acf9e51575f14e811c3b55 Mon Sep 17 00:00:00 2001 From: ErikEJ Date: Wed, 2 Nov 2022 09:17:50 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/ask_a_question.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report_efcore.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report_sqlite.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask_a_question.md b/.github/ISSUE_TEMPLATE/ask_a_question.md index 8b9eaf9bbb2..ee3ae8c660b 100644 --- a/.github/ISSUE_TEMPLATE/ask_a_question.md +++ b/.github/ISSUE_TEMPLATE/ask_a_question.md @@ -53,6 +53,6 @@ BlogContext EF Core version: Database provider: (e.g. Microsoft.EntityFrameworkCore.SqlServer) -Target framework: (e.g. .NET 5.0) +Target framework: (e.g. .NET 6.0) Operating system: -IDE: (e.g. Visual Studio 2019 16.3) +IDE: (e.g. Visual Studio 2022 17.4) diff --git a/.github/ISSUE_TEMPLATE/bug_report_efcore.md b/.github/ISSUE_TEMPLATE/bug_report_efcore.md index 34e6a1f8b5f..1a8030775e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_efcore.md +++ b/.github/ISSUE_TEMPLATE/bug_report_efcore.md @@ -54,6 +54,6 @@ BlogContext EF Core version: Database provider: (e.g. Microsoft.EntityFrameworkCore.SqlServer) -Target framework: (e.g. .NET 5.0) +Target framework: (e.g. .NET 6.0) Operating system: -IDE: (e.g. Visual Studio 2019 16.3) +IDE: (e.g. Visual Studio 2022 17.4) diff --git a/.github/ISSUE_TEMPLATE/bug_report_sqlite.md b/.github/ISSUE_TEMPLATE/bug_report_sqlite.md index fbf4daec96d..994a5b9ca9b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_sqlite.md +++ b/.github/ISSUE_TEMPLATE/bug_report_sqlite.md @@ -38,6 +38,6 @@ Unhandled exception. System.NullReferenceException: Object reference not set to ### Include version information Microsoft.Data.Sqlite version: -Target framework: (e.g. .NET 5.0) +Target framework: (e.g. .NET 6.0) Operating system: