diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-17 11:49:29 -0600 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-06 09:28:20 +0200 |
commit | b439b999316f62b2ae9d1ae0a296425a7ed70460 (patch) | |
tree | 20653fa60e3def14303806139ac4dc330fcb75df /doc/develop | |
parent | 7c53182e52f591746e64f611b5bf6d0b8ff79483 (diff) | |
download | u-boot-b439b999316f62b2ae9d1ae0a296425a7ed70460.tar.gz u-boot-b439b999316f62b2ae9d1ae0a296425a7ed70460.tar.bz2 u-boot-b439b999316f62b2ae9d1ae0a296425a7ed70460.zip |
doc: process.rst: Use subsubheading for "Phases of the Development Process"
These sections which talk about the different phases of the development
process should be using the subsubheading identifier.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Diffstat (limited to 'doc/develop')
-rw-r--r-- | doc/develop/process.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/develop/process.rst b/doc/develop/process.rst index 92477d05dd..a66540a698 100644 --- a/doc/develop/process.rst +++ b/doc/develop/process.rst @@ -34,7 +34,7 @@ It is followed by a *Stabilization Period*. The end of a Release Cycle is marked by the release of a new U-Boot version. Merge Window ------------- +^^^^^^^^^^^^ The Merge Window is the period when new patches get submitted (and hopefully accepted) for inclusion into U-Boot mainline. This period lasts for 21 days (3 @@ -44,7 +44,7 @@ This is the only time when new code (like support for new processors or new boards, or other new features or reorganization of code) is accepted. Twilight Time -------------- +^^^^^^^^^^^^^ Usually patches do not get accepted as they are - the peer review that takes place will usually require changes and resubmissions of the patches before they @@ -65,13 +65,13 @@ the Merge Window does not preclude patches that were already posted from being merged for the upcoming release. Stabilization Period --------------------- +^^^^^^^^^^^^^^^^^^^^ During the Stabilization Period only patches containing bug fixes get applied. Corner Cases ------------- +^^^^^^^^^^^^ Sometimes it is not clear if a patch contains a bug fix or not. For example, changes that remove dead code, unused macros etc. or |