From fa28902140023425970e2de20472fd33eea87d38 Mon Sep 17 00:00:00 2001 From: Guillermo Ruffino Date: Tue, 22 Sep 2020 10:10:36 -0300 Subject: [PATCH] Mention CODEOWNERS magic symbol (#767) --- guides/contributing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guides/contributing.rst b/guides/contributing.rst index 0f73076ff..679cb49f6 100644 --- a/guides/contributing.rst +++ b/guides/contributing.rst @@ -547,6 +547,9 @@ loader. These are: has one of them in the config, a validation error will be generated. - ``ESP_PLATFORMS``: Provide a list of allowed ESP types this integration works with. +- ``CODEOWNERS``: GitHub usernames or team names of people that are responsible for this integration. + You should add at least your GitHub username here, as well as anyone who helped you to write code + that is being included. Codebase Standards ------------------