From 038093b9be0f102ef5731d3260ea7aaf1abef733 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Fri, 13 Apr 2018 13:03:14 -0700 Subject: [PATCH] Updated Providing Visual Studio Repro Steps (markdown) --- Providing-Visual-Studio-Repro-Steps.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Providing-Visual-Studio-Repro-Steps.md b/Providing-Visual-Studio-Repro-Steps.md index d406df8..5967e6e 100644 --- a/Providing-Visual-Studio-Repro-Steps.md +++ b/Providing-Visual-Studio-Repro-Steps.md @@ -1,5 +1,3 @@ -# Providing Visual Studio Repro Steps - Due to the complexity of Visual Studio and the variety of projects you can write in it, simple screenshots or text descriptions are often not enough for us (the developers who work on Visual Studio) to be able to address a problem. We need to be able to reliably reproduce a problem first in order to understand what the issue is, and second to ensure that the fixes we provide fully address the problem. This document is a guide to how to provide repro steps when you encounter a problem in Visual Studio. We provide here many different options, listed in *preference* order - please try to provide the first listed option that you are able to.