diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-04-13 08:24:39 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-04-17 08:14:15 +0200 |
| commit | 1659cd1f456970ded82233f2d484681de9b40928 (patch) | |
| tree | 34a19cc8c2e78e95e2c20fe692a629a3d190c8a7 | |
| parent | 47ae8e77f9a1224b7c35c8008dc9c20f43055128 (diff) | |
doc: correct title of CONTRIBUTE.rst
The title should be 'Contributing' as this is not the 'Overview' of the
U-Boot project.
The top title should be H1, the other titles H2.
Fixes: 0290cec364f6 ("Add an initial CONTRIBUTE.rst")
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | doc/CONTRIBUTE.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst index 8ccb3a193da..a47dfdca221 100644 --- a/doc/CONTRIBUTE.rst +++ b/doc/CONTRIBUTE.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0+ .. sectionauthor:: Peter Robinson <[email protected]> -Overview --------- +Contributing +============ This document is a high level contributors overview setting overall expectations, so people can get started quickly, the rest of the documentation goes into the |
