From 74c3ab7bb8cf98875b49f3c8a23d62440950ffda Mon Sep 17 00:00:00 2001 From: pvlakshm Date: Fri, 17 Nov 2017 15:48:27 +0530 Subject: [PATCH] Update ISSUE_TEMPLATE.md (#312) Added a note calling out that this template is only to file issues specific to MSTest V2 test framework, and where to file IDE related issues. A similar change has been made to the vstest issue template as well. --- .github/ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d194e9ad0..b4723cf34 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,7 @@ ## Description -> Describe the issue you've observed +> **IMPORTANT**: if the defect is reproduced only in a workflow from within the Visual Studio IDE then do not report the issue here - instead, please report it using Visual Studio's "Send Feedback" option that can be accessed from the Help menu OR using this link https://developercommunity.visualstudio.com. +> +> For a defect specific to the MSTest V2 test framework, describe the issue you've observed. ## Steps to reproduce > What steps can reproduce the defect?