summary refs log tree commit diff
path: root/Documentation/development/reviewing-patches.adoc
blob: ba47f25c4db339b36c1560cefd8bcc94ba70eab8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= Reviewing Patches
:page-parent: Working with Patches
:page-grand_parent: Development
:page-nav_order: 2

// SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>
// SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0

To review a patch posted to the
https://spectrum-os.org/participating.html#spectrum-devel[mailing
list], xref:replying.adoc[reply] to it with your feedback.

If you believe the patch is acceptable and should be included in
Spectrum, include a line in your reply like this:

[example]
[listing]
Reviewed-by: John Smith <john@example.com>

This format is recognized by tooling, so any lines in this format in
patch replies will be automatically included in the commit message
when a patch is applied.