summary refs log tree commit diff
path: root/Documentation/reviewing-patches.adoc
blob: 63ff24e89ed02e2c7323df8231f48fdb6519e8f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
= Reviewing Patches
:page-parent: How-to Guides

// 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.