summary refs log tree commit diff
path: root/Documentation/contributing/first-patch.adoc
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-03-12 16:16:05 +0000
committerAlyssa Ross <hi@alyssa.is>2023-03-12 16:27:00 +0000
commit8632a9e3ce7d55ee600a56c587189daf82c20182 (patch)
tree530860ba7ea4479a83ce62041fdd7dffe2d2ac06 /Documentation/contributing/first-patch.adoc
parent19d5d3f21167081bf2e9c279a0607a890a7571a3 (diff)
downloadspectrum-8632a9e3ce7d55ee600a56c587189daf82c20182.tar
spectrum-8632a9e3ce7d55ee600a56c587189daf82c20182.tar.gz
spectrum-8632a9e3ce7d55ee600a56c587189daf82c20182.tar.bz2
spectrum-8632a9e3ce7d55ee600a56c587189daf82c20182.tar.lz
spectrum-8632a9e3ce7d55ee600a56c587189daf82c20182.tar.xz
spectrum-8632a9e3ce7d55ee600a56c587189daf82c20182.tar.zst
spectrum-8632a9e3ce7d55ee600a56c587189daf82c20182.zip
Documentation: explain release builds and checks
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'Documentation/contributing/first-patch.adoc')
-rw-r--r--Documentation/contributing/first-patch.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/contributing/first-patch.adoc b/Documentation/contributing/first-patch.adoc
index 13efa33..cbd08c7 100644
--- a/Documentation/contributing/first-patch.adoc
+++ b/Documentation/contributing/first-patch.adoc
@@ -25,6 +25,7 @@ The process of making changes is similar to working on any git repository.
 git checkout -b fix-docs # for example
 ----
 . Make changes in your editor.
+. Run the xref:../development/checks.adoc[checks] against your changes.
 . Stage and commit your changes:
 +
 [source,shell]