From 60caee3a2f1e74fb2569717c4357f42b6adb64e2 Mon Sep 17 00:00:00 2001 From: Aleksandar Markovic Date: Sat, 16 Apr 2022 19:05:22 +0200 Subject: [PATCH] doc: Enhance description on "area: *" label Use full label names for examples in the description, and other minor enhancements. Signed-off-by: Aleksandar Markovic --- doc/project/dev_env_and_tools.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/project/dev_env_and_tools.rst b/doc/project/dev_env_and_tools.rst index d66aeba323d..d8610cf2594 100644 --- a/doc/project/dev_env_and_tools.rst +++ b/doc/project/dev_env_and_tools.rst @@ -348,9 +348,10 @@ Labels applicable to both pull requests and issues * *area: ** -Indicates subsystems (e.g., Kernel, I2C, Memory Management), project functions -(e.g., Debugging, Documentation, Process), or other categories -(e.g., Coding Style, MISRA-C) affected by the bug or pull request. +Indicates Zephyr subsystems (e.g, *area: Kernel*, *area: I2C*, +*area: Memory Management*), project functions (e.g., *area: Debugging*, +*area: Documentation*, *area: Process*), or other categories (e.g., +*area: Coding Style*, *area: MISRA-C*) affected by the bug or the pull request. An area maintainer should be able to filter by an area label and find all issues and PRs which relate to that area.