From 2d36c313d7942ef1f889da111bea73baaf9342d6 Mon Sep 17 00:00:00 2001 From: Philipp Rich Date: Sun, 16 Aug 2026 08:34:21 +0400 Subject: [PATCH] docs(template): move Requirements section to top of plugin README template --- docs/plugin_readme_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/plugin_readme_template.md b/docs/plugin_readme_template.md index 1de0f20..bb42b62 100644 --- a/docs/plugin_readme_template.md +++ b/docs/plugin_readme_template.md @@ -1,3 +1,7 @@ +## Requirements (Optional) + +{ list of any external dependencies, API keys, or self-hosted services required for the plugin to function } + ## Quick start { Step by step guide how to use plugin } @@ -12,10 +16,6 @@ What are its unique features } { Short description of a problem that plugin is solving } -## Requirements (Optional) - -{ list of any external dependencies, API keys, or self-hosted services required for the plugin to function } - ## Valves (Configuration) { list of all admin valves with their description and possible values }