summary refs log tree commit diff
path: root/Documentation/development/reviewing-patches.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/development/reviewing-patches.adoc')
-rw-r--r--Documentation/development/reviewing-patches.adoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/development/reviewing-patches.adoc b/Documentation/development/reviewing-patches.adoc
new file mode 100644
index 0000000..ba47f25
--- /dev/null
+++ b/Documentation/development/reviewing-patches.adoc
@@ -0,0 +1,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.