summary refs log tree commit diff
path: root/Documentation/development/working-with-patches.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/development/working-with-patches.adoc')
-rw-r--r--Documentation/development/working-with-patches.adoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/development/working-with-patches.adoc b/Documentation/development/working-with-patches.adoc
new file mode 100644
index 0000000..a2694ed
--- /dev/null
+++ b/Documentation/development/working-with-patches.adoc
@@ -0,0 +1,12 @@
+= Working with Patches
+:page-parent: Development
+:page-nav_order: 3
+:page-has_children: true
+
+// SPDX-FileCopyrightText: 2022 Unikie
+// SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0
+
+Patches are the way for contributors to submit code to the Spectrum project.
+
+Make sure to xref:../development/b4.adoc[install and configure the b4 utility]
+for applying and testing other people's patches.