]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Document the address/unaddressed comment feature
authorStephen Finucane <stephen@that.guru>
Thu, 26 Aug 2021 17:18:29 +0000 (18:18 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 28 Oct 2021 10:43:35 +0000 (11:43 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/usage/overview.rst

index 273c792a72786f1fb93d4c8e2a4d3214ad2ed42b..a58acfa5e5130b2093c4ad2c14921086110acfd4 100644 (file)
@@ -71,11 +71,11 @@ Cover Letters
 ~~~~~~~~~~~~~
 
 Cover letters provide a way to offer a "big picture" overview of a series of
-patches. When using Git, these mails can be recognised by way of their `0/N`
-subject prefix, e.g. `[00/11] A sample series`. Like patches, Patchwork stores
-not only the various aspects of the cover letter itself, such as the name and
-body of the cover letter, but also various metadata associated with the email
-that the cover letter was parsed from.
+patches. When using Git, these mails can be recognised by way of their ``0/N``
+subject prefix, e.g. ``[00/11] A sample series``. Like patches, Patchwork
+stores not only the various aspects of the cover letter itself, such as the
+name and body of the cover letter, but also various metadata associated with
+the email that the cover letter was parsed from.
 
 
 Comments
@@ -181,6 +181,24 @@ system to test patches. Checks have a number of fields associated with them:
    to Patchwork.
 
 
+Comment Metadata
+----------------
+
+Like patches, Patchwork allows users to store various bits of metadata against
+comments.
+
+Action required
+~~~~~~~~~~~~~~~
+
+.. versionadded:: 3.1.0
+
+Patchwork allows users to set an "action required" flag on patch and cover
+letter comments. This flag can be set by maintainers or by the users submitting
+the cover letters. Once the submitter has provided the required information,
+either the submitter or a maintainer can mark the comment as "addressed". This
+provides a more granular way of tracking work items than patch states.
+
+
 Collections
 -----------