]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/issue_tracking.mdwn
web commit by JoshTriplett: Fix duplicated "moreinfo" tag.
[ikiwiki.git] / doc / tips / issue_tracking.mdwn
index 787f698a512cb63fff8bf32992be93a212fcc811..28f7ba7a16a9491c5a6a693e24afbf97532fed21 100644 (file)
@@ -18,7 +18,7 @@ described by the term "wiki compiler". Just as a
 typical software project consists of source code
 that is stored in revision control and compiled with
 `make` and `gcc`, an ikiwiki-based wiki is stored as
-human editable source in a revision control system,
+human-editable source in a revision control system,
 and built into HTML using ikiwiki.
 
 Ikiwiki uses your revision control system to track
@@ -129,8 +129,8 @@ While directories are useful for broad hierarchical
 grouping, tags are better for categorizing issues
 as bugs, wishlist items, security issues, patches,
 or whatever other categories are useful. Bugs can
-be tagged "moreinfo", "done" "unreproducible",
-or "moreinfo", etc, to document different stages of
+be tagged "moreinfo", "done", "unreproducible",
+etc, to document different stages of
 their lifecycle. A developer can take ownership of a
 bug by tagging it with something like "owner/Joey".