From f64bc339a0362d75b16f22fd3ffd13e65bf8a4ff Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Mon, 30 Sep 2019 15:39:47 +0200 Subject: [PATCH] Fix heading levels for subsections in 'Plugins source code hosting' documentation Signed-off-by: Edwin Kempin Change-Id: Ic81f2301aa7fbee5ebd9e4b548fc572a5444b854 --- Documentation/dev-plugins.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index c303c6779d..0d3c1399c2 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -2973,7 +2973,7 @@ Once a working prototype is ready, it can be announced as a follow-up to the ini so that other members of the community can see the code and try the plugin themselves. [[plugin_proposal]] -==== Plugin Proposal +=== Plugin Proposal The author decides that the plugin prototype makes sense as a general purpose plugin and decides to release the code with the same @@ -3017,7 +3017,7 @@ of the discussion can end up in one of the following cases: accessible and OpenSource, but not hosted on link:https://gerrit-review.googlesource.com[the Gerrit project site]. [[development_contribution]] -== Development and contribution +=== Development and contribution The plugin's maintainer creates a job on the link:https://gerrit-ci.gerritforge.com[GerritForge CI] by creating a new YAML definition in the @@ -3041,7 +3041,7 @@ During the development, the plugin's maintainer can reward contributors requesti involved and making them maintainers of his plugin, adding them to the list of the project owners. [[plugin_release]] -== Plugin release +=== Plugin release The plugin's maintainer is the only person responsible for making and announcing the official releases, typically, but not limited to, in conjunction with the major releases of Gerrit Code Review.