<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://www.writethedocs.org/</id>
  <title>Blog - Posts tagged survey</title>
  <updated>2026-01-01T21:14:25.004908+00:00</updated>
  <link href="https://www.writethedocs.org/"/>
  <link href="https://www.writethedocs.org/blog/archive/tag/survey/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.org/" version="0.10.31">ABlog</generator>
  <entry>
    <id>https://www.writethedocs.org/blog/newsletter-april-2017/</id>
    <title>Write the Docs Newsletter - April 2017</title>
    <updated>2017-04-03T00:00:00+00:00</updated>
    <author>
      <name>Write the Docs Team</name>
    </author>
    <content type="html">&lt;section id="write-the-docs-newsletter-april-2017"&gt;

&lt;section id="spring-has-sprung"&gt;
&lt;h2&gt;Spring has Sprung!&lt;/h2&gt;
&lt;p&gt;In the Northern Hemisphere, anyway. In the Southern Hemisphere, Fall has…fallen? Sounds good, let’s go with it!&lt;/p&gt;
&lt;p&gt;In both hemispheres, &lt;a class="reference external" href="https://www.writethedocs.org/conf/na/2017/"&gt;Write the Docs Portland&lt;/a&gt; approaches! We’ve announced the &lt;a class="reference external" href="https://www.writethedocs.org/conf/na/2017/news/announcing-presentations/"&gt;presentations and speakers&lt;/a&gt;, and you can &lt;a class="reference external" href="https://ti.to/writethedocs/write-the-docs-na-2017/"&gt;get your ticket here&lt;/a&gt;. We don’t expect to sell out for another couple of weeks, but if you haven’t made plans for May 14-16 yet, the perfect time is &lt;strong&gt;soon&lt;/strong&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;hr class="docutils" /&gt;
&lt;section id="the-art-of-the-bug-report"&gt;
&lt;h2&gt;The Art of the Bug Report&lt;/h2&gt;
&lt;p&gt;First up this month, someone asked the channel for a good example of how to document a bug. The community came through with suggestions for a template that includes:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Environment: affected software and versions&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Summary in narrative form, such as “While testing feature &lt;em&gt;x&lt;/em&gt;, I encountered &lt;em&gt;z&lt;/em&gt;.”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Steps to reproduce the bug&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Results and impacts, including severity level&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Workarounds&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Relevant diagnostics&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But how to get that info into release notes? One participant reported his team’s process:&lt;/p&gt;
&lt;ol class="arabic simple"&gt;
&lt;li&gt;&lt;p&gt;Collect all JIRA issues (especially customer-reported issues)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Filter out internal code issues and QA tests&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Rewrite the issue title so it’s easy for readers to scan&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Label issues so they’re easy to sort&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use &lt;a class="reference external" href="https://libraries.io/github/markcraig/release-notes-list-builder"&gt;this script&lt;/a&gt; to transpose the issues (in JSON format) from JIRA into a DocBook block element for release notes&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;hr class="docutils" /&gt;
&lt;section id="documentation-metrics-what-to-track-and-how"&gt;
&lt;h2&gt;Documentation Metrics: What to Track and How&lt;/h2&gt;
&lt;p&gt;An interesting topic was swatted around the #watercooler this month: documentation metrics. Capturing the right information can definitely help us make targeted doc improvements, but the identifying that information – and capturing it – can be a bear. Some of the suggestions that came up included:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Using referral links to track which docs people engage with the most and the least&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tagging support requests to find the most relevant docs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Using an analytics platform to identify which search terms are used most (or searched for but not found) and which results are most-clicked&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding :thumbsup: and :thumbsdown: rating options to collect helpfulness ratings from users&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a take on how one support team tracked the relationship between support and content, check out &lt;a class="reference external" href="https://www.campaignmonitor.com/blog/company/2013/09/yoda-our-support-ally/"&gt;this blog post from Campaign Monitor&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;hr class="docutils" /&gt;
&lt;section id="starter-kit-for-command-line-git"&gt;
&lt;h2&gt;Starter Kit for Command Line Git&lt;/h2&gt;
&lt;p&gt;Toward the end of the month, a request for an expert to help with learning command line Git resulted in an avalanche of resources. Here’s what folks suggested for learning Git:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://www.writethedocs.org/conf/na/2017/speakers#speaker-matthew-desmond"&gt;Git workshop at Write the Docs in May&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://try.github.io"&gt;tryGit&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://tsl.io/git-fire-drill/"&gt;The SilverLogic Git Fire Drill&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://www.git-scm.com/book/en/v2"&gt;Pro Git by by Scott Chacon and Ben Straub&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="http://learngitbranching.js.org"&gt;Learn Git Branching&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also noted: there’s nothing wrong with using Git in a desktop app or on the web! Folks mentioned &lt;a class="reference external" href="https://www.sourcetreeapp.com/"&gt;SourceTree&lt;/a&gt; and &lt;a class="reference external" href="https://bitbucket.org/"&gt;Bitbucket&lt;/a&gt; as GitHub alternatives.&lt;/p&gt;
&lt;p&gt;The advice for those who want to feel more at home using command line Git? Practice, practice, practice–repetition makes perfect.&lt;/p&gt;
&lt;/section&gt;
&lt;hr class="docutils" /&gt;
&lt;section id="stack-overflow-developer-survey"&gt;
&lt;h2&gt;2017 Stack Overflow Developer Survey&lt;/h2&gt;
&lt;p&gt;The annual Stack Overflow Developer survey was released this month! &lt;a class="reference external" href="https://stackoverflow.com/insights/survey/2017/"&gt;https://stackoverflow.com/insights/survey/2017/&lt;/a&gt;. Among 2017’s tidbits – which include findings on the most dreaded coding language and the feasibility of sharing an office with a noisy-keyboard-user – &lt;strong&gt;more than 80% of respondents said that they use official documentation to learn&lt;/strong&gt;. That was even higher than the number who used Stack Overflow, who did the survey!&lt;/p&gt;
&lt;/section&gt;
&lt;hr class="docutils" /&gt;
&lt;section id="looking-ahead"&gt;
&lt;h2&gt;Looking Ahead&lt;/h2&gt;
&lt;p&gt;Write the Docs Portland is right on the horizon, and Write the Docs Prague isn’t going to be far behind! We’ll be opening the CFP up shortly, so now is a great time to be thinking about a talk you might want to submit! In the meantime, if May (or September) are just too far away to bear, remember you can always check out &lt;a class="reference external" href="https://www.writethedocs.org/meetups/"&gt;your nearest meetup&lt;/a&gt;, or &lt;a class="reference external" href="https://www.writethedocs.org/organizer-guide/meetups/starting/"&gt;start one yourself&lt;/a&gt;!&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://www.writethedocs.org/blog/newsletter-april-2017/"/>
    <summary>In the Northern Hemisphere, anyway. In the Southern Hemisphere, Fall has…fallen? Sounds good, let’s go with it!</summary>
    <category term="bugreport" label="bug report"/>
    <category term="cli" label="cli"/>
    <category term="git" label="git"/>
    <category term="metrics" label="metrics"/>
    <category term="newsletter" label="newsletter"/>
    <category term="stackoverflow" label="stackoverflow"/>
    <category term="survey" label="survey"/>
    <published>2017-04-03T00:00:00+00:00</published>
  </entry>
</feed>
