From 5e4d2161efa6a74e3bec8d7b7ccf4a15902e5ac1 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Sat, 21 Dec 2024 08:17:44 +0100 Subject: [PATCH] Update issue templates (#4417) --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5375827be7..88ed4a361d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a bug report to help us improve MSTest +about: Create a bug report to help us improve Microsoft.Testing.Platform and MSTest labels: [bug, need-triage] --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 53121833f4..aa865b4bf0 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest a new feature/idea for MSTest +about: Suggest a new feature/idea for Microsoft.Testing.Platform or MSTest labels: [feature-request, need-triage] ---