From 32f7652abcd146ee1f3c8be25e55ffa0b6d5f480 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 12 Jul 2024 17:29:18 +0200 Subject: [PATCH] [docs-only] Update new-service-checklist.md Add that some service names must not be used because these names are part of automated documentation process. --- docs/services/general-info/new-service-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/services/general-info/new-service-checklist.md b/docs/services/general-info/new-service-checklist.md index 80482c4d477..613985cfaed 100644 --- a/docs/services/general-info/new-service-checklist.md +++ b/docs/services/general-info/new-service-checklist.md @@ -15,6 +15,7 @@ When a new service gets introduced, this checklist is a good starting point for Use this checklist with copy/paste in your PR - right from the beginning. It renders correctly in your PR. ```markdown +- [ ] Services MUST NOT be named `extended` or `global`. These are reserved names for the automated documentation process. - [ ] Provide a README.md for that service in the root folder of that service. - Use CamelCase for section headers. - [ ] For images and example files used in README.md: