~patchwork-devs/patchwork/patchwork

« back to all changes in this revision

Viewing changes to docs/usage/overview.rst

  • Committer: Stephen Finucane
  • Date: 2021-10-28 10:43:35 UTC
  • Revision ID: git-v1:f5cd52144cd4cbd0dd2c9cbcecdb90e6d25cbc17
parser: Add 'X-Patchwork-Action-Required' header

Allow submitters to indicate that their comment is something that needs
to be addressed.

Some minors issues are addressed in the docs while we're here.

Signed-off-by: Stephen Finucane <stephen@that.guru>

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
   to Patchwork.
182
182
 
183
183
 
 
184
.. _overview-comment-metadata:
 
185
 
184
186
Comment Metadata
185
187
----------------
186
188
 
198
200
either the submitter or a maintainer can mark the comment as "addressed". This
199
201
provides a more granular way of tracking work items than patch states.
200
202
 
 
203
.. note::
 
204
 
 
205
   Users can indicate that a comment requires an action using a custom mail
 
206
   header. For more information, refer to :doc:`/usage/headers`.
 
207
 
201
208
 
202
209
Collections
203
210
-----------