<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Sara Williams - What makes for a good bug report?</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Sara Williams - What makes for a good bug report?</title>
		<link></link>
	</image>
	<description>Sara Williams, head of MSDN, talks about how to write a great bug report. MSDN, earlier this week, turned on the
MSDN Product Feedback Center, which is where you can report (and look up) bugs in the next version of Visual Studio.</description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 03:05:50 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 03:05:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Sara Williams - What makes for a good bug report?</title>
		<description>
			<![CDATA[Sounds a lot like what mozilla.org suggests for bugzilla use, and good advice for any bug reporting effort.<br>
<p>posted by kinrowan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632242239340000000</link>
		<pubDate>Wed, 30 Jun 2004 20:25:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632242239340000000</guid>
		<dc:creator>kinrowan</dc:creator>
	</item>
	<item>
		<title>Re: Sara Williams - What makes for a good bug report?</title>
		<description>
			<![CDATA[Quite common sense, like good advice usually is. Have to see if the code editor selection rendering/gfx corruption bug is still around in beta1. It happened often and always seemingly randomly, sometimes it also disappeared&nbsp;suddenly. Trying to tell the
 repro steps for that one is a pain as I couldn't figure any common action I did before it came.<p>posted by androidi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632242305600000000</link>
		<pubDate>Wed, 30 Jun 2004 22:16:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632242305600000000</guid>
		<dc:creator>androidi</dc:creator>
	</item>
	<item>
		<title>Re: Sara Williams - What makes for a good bug report?</title>
		<description>
			<![CDATA[The problem with listing repro steps is that internally they're using newer builds than us beta testers. And I've seen it a couple of times in the Office 2003 beta that my repro steps didn't work for the developers, because changes in the newer builds
 changed the way slightly to reproduce it, so I had a bunch of bugs that had to be reopened after a beta refresh.<br>
<br>
So depending on what's reported, I'd expect the developers to take at least a quick look at the responsible code section, hoping for some &quot;Doh&quot; moment.<br>
<p>posted by Tom Servo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632242815490000000</link>
		<pubDate>Thu, 01 Jul 2004 12:25:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632242815490000000</guid>
		<dc:creator>Tom Servo</dc:creator>
	</item>
	<item>
		<title>Re: Sara Williams - What makes for a good bug report?</title>
		<description>
			<![CDATA[
<p>When I worked in PSS, I wrote a KB article about how to submit bugs. It's directed at VFP users, but the principles should apply to any language.<br>
<br>
<a href="http://support.microsoft.com/?kbid=310179">http://support.microsoft.com/?kbid=310179</a></p>
<p>posted by SarekOfVulcan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632243925340000000</link>
		<pubDate>Fri, 02 Jul 2004 19:15:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632243925340000000</guid>
		<dc:creator>SarekOfVulcan</dc:creator>
	</item>
	<item>
		<title>Re: Sara Williams - What makes for a good bug report?</title>
		<description>
			<![CDATA[
<p>yep - you can't always repro.</p>
<p>posted by SaraW</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632244107050000000</link>
		<pubDate>Sat, 03 Jul 2004 00:18:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632244107050000000</guid>
		<dc:creator>SaraW</dc:creator>
	</item>
	<item>
		<title>Re: Sara Williams - What makes for a good bug report?</title>
		<description>
			<![CDATA[Not exactly -&nbsp;sometimes, the bug still happens in the current build, so the&nbsp;repro steps still work.&nbsp; If that doesn't work, we do keep&nbsp;the current public build available&nbsp;so that we can look at&nbsp;the issue you&nbsp;report.<br>
<p>posted by SaraW</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632244108700000000</link>
		<pubDate>Sat, 03 Jul 2004 00:21:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632244108700000000</guid>
		<dc:creator>SaraW</dc:creator>
	</item>
	<item>
		<title>Re: Sara Williams - What makes for a good bug report?</title>
		<description>
			<![CDATA[Sara <a href="http://blogs.msdn.com/saraw/archive/2005/06/13/428675.aspx">Wrote</a>:<br>
&quot;<a id="_ctl0__ctl0__ctl0__ctl0_RecentPosts__ctl0_postlist__ctl0_EntryItems__ctl0_PostTitle" href="http://blogs.msdn.com/saraw/archive/2005/06/13/428675.aspx">Goodbye Microsoft, Hello Boston!</a>
<p>Big changes for me… I've made the difficult decision to leave Microsoft. My husband and I are moving to Boston, and I’m taking the move as an opportunity to experience life outside of Microsoft. My last day here will be tomorrow, June 14th.
</p>
<p>Of course, I'll really miss my friends and colleagues here, but I am excited about trying something new.
</p>
<p>So, since I hate saying goodbye, I'll just say… See you later.</p>
<p>-Sara&quot;<br>
<br>
<br>
Goodbye Sara and good luck!</p>
<p>posted by Shmuelpro</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632653182030000000</link>
		<pubDate>Wed, 19 Oct 2005 11:30:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Sara-Williams-What-makes-for-a-good-bug-report#c632653182030000000</guid>
		<dc:creator>Shmuelpro</dc:creator>
	</item>
</channel>
</rss>