]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: CONTRIBUTE: tell people reviewing *is* contributing
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 8 Jul 2026 17:21:14 +0000 (19:21 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 15 Jul 2026 22:40:43 +0000 (00:40 +0200)
We are "a bit" struggling with reviewing things and it's most of the
time maintainers or long time contributors reviewing patches on the
mailing list.

Hint that reviewing is also contributing to the project and that even if
you don't feel you're an expert, your review is still welcome and can
help us catch bugs before they are merged.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
doc/CONTRIBUTE.rst

index 0179d55dbcc0f2753061b5a59bb0e7a2854a1365..cd9a381a3eb895aee5192d50df1a488457729112 100644 (file)
@@ -38,6 +38,15 @@ script. Please don't send patches as attachments, and ensure corporate mail
 systems don't reformat patches, append disclaimers or other unnecessary notes.
 The b4 tool automates a number of components mentioned above.
 
+Code is not the only thing you can contribute to the project. As most
+open-source projects, the U-Boot project suffers from a lack of reviewers.
+Consider spending some time reading patches on `the mailing list archive
+<https://lists.denx.de/pipermail/u-boot/>`_ and providing feedback to
+contributors when something could be improved or if you have questions. Contrary
+to what's most often believed, you do not need to be an expert to review patches
+and the project will benefit from people with different skillsets and experience
+looking at the same patches and each catch different bugs.
+
 Patch Series
 ------------