From 886047f0da7fac514bdbacb5bbde255265757eb8 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Mon, 14 Oct 2024 12:04:14 +0200 Subject: [PATCH] Fix the order of readme files This is in line with the order in gen_addon_readme.py. Signed-off-by: Carmen Bianca BAKKER --- template/module/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/module/README.rst b/template/module/README.rst index 273acbe8..4b4da6ab 100644 --- a/template/module/README.rst +++ b/template/module/README.rst @@ -9,11 +9,11 @@ Please provide content in the ``readme`` directory: * INSTALL.rst (optional) * CONFIGURE.rst (optional) * **USAGE.rst** (optional, highly recommended) -* DEVELOP.rst (optional) * ROADMAP.rst (optional) -* HISTORY.rst (optional, recommended) +* DEVELOP.rst (optional) * **CONTRIBUTORS.rst** (optional, highly recommended) * CREDITS.rst (optional) +* HISTORY.rst (optional, recommended) Content of this README will also be drawn from the addon manifest, from keys such as name, authors, maintainers, development_status,