From a180d4155ce71cc29fe6b3e1aba07faacc05ea0b Mon Sep 17 00:00:00 2001 From: Maximilian Kolb Date: Mon, 11 May 2026 15:32:27 +0200 Subject: [PATCH] Extend guidelines about inclusion of assemblies Refs #4826 --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0b6e20a85a..1478bfe8556 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -156,6 +156,7 @@ Assemblies are kept at the top of the `common/` subdirectory: * [`assembly`](https://redhat-documentation.github.io/modular-docs/#forming-assemblies): Files starting with `assembly_` contain user stories and the modules required to accomplish those user stories. See the [assembly template](https://raw.githubusercontent.com/redhat-documentation/modular-docs/master/modular-docs-manual/files/TEMPLATE_ASSEMBLY_a-collection-of-modules.adoc). * In this repository, do not nest assemblies. This means that assemblies cannot contain includes of other assemblies. This guidance overrides the Modular documentation recommendations. +* Do not include assemblies without leveloffset or with leveloffset of two or more in `master.adoc` files. Modules are kept in the `common/modules/` subdirectory: