issues-format: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(entry-summary is a better semantic than entry-title for this use)
(New feed-based template mark-up. One issue per entry. Adding .discussion.issues markup.)
Line 1: Line 1:
Consider using this format (copy and paste this to the end of the list to add your issues; replace <nowiki>~~~</nowiki> with an external link if preferred) to report issues or feedback, so that issues can show up in hAtom subscriptions of this issues page.  If open issues lack this markup, please add it.
Consider using this format (copy and paste this to the end of the list to add your issues; replace <nowiki>~~~</nowiki> with an external link if preferred) to report issues or feedback, so that issues can show up in hAtom subscriptions of this issues page.  If open issues lack this markup, please add it.


<pre>
'''Please post one issue per entry, to make them easier to manage'''. Avoid combining multiple issues into single reports, as this can confuse or muddle feedback, and puts a burden of separating the discrete issues onto someone else who 1. may not have the time, and 2. may not understand the issue in the same way as the original reporter.
<nowiki>
 
<source lang=html4strict>
<div class="hentry">
<div class="hentry">
* {{OpenIssue}} <span class="entry-summary author vcard"><span class="published">2009-MM-DD</span> raised by <span class="fn">~~~</span></span>
{{OpenIssue}} <span class="entry-summary author vcard"><span class="published">2009-MM-DD</span> raised by <span class="fn">~~~</span></span>
<div class="entry-content">
<div class="entry-content discussion issues">
*# Here is the first issue/feedback I have.
* <strong class="entry-title">«Short title of issue»</strong>. «Description of Issue»
*# Here is the second issue/feedback I have.
** Follow-up comment #1
** Follow-up comment #2
</div>
</div>
</div>
</div>
</nowiki>
</source>
</pre>

Revision as of 00:49, 4 June 2009

Consider using this format (copy and paste this to the end of the list to add your issues; replace ~~~ with an external link if preferred) to report issues or feedback, so that issues can show up in hAtom subscriptions of this issues page. If open issues lack this markup, please add it.

Please post one issue per entry, to make them easier to manage. Avoid combining multiple issues into single reports, as this can confuse or muddle feedback, and puts a burden of separating the discrete issues onto someone else who 1. may not have the time, and 2. may not understand the issue in the same way as the original reporter.

<div class="hentry">
{{OpenIssue}} <span class="entry-summary author vcard"><span class="published">2009-MM-DD</span> raised by <span class="fn">~~~</span></span>
<div class="entry-content discussion issues">
* <strong class="entry-title">«Short title of issue»</strong>. «Description of Issue»
** Follow-up comment #1
** Follow-up comment #2
</div>
</div>