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] ---