From 02040834d96a0f97c6d1ce0ea0519e1992df91dc Mon Sep 17 00:00:00 2001 From: Aleksandar Markovic Date: Sat, 16 Apr 2022 18:23:19 +0200 Subject: [PATCH] doc: Fix label names to be in sync with Github label names Some label names in the documentation do not match with what is seen in Github interface. Fix it by syncing with Github. Signed-off-by: Aleksandar Markovic --- doc/project/dev_env_and_tools.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/project/dev_env_and_tools.rst b/doc/project/dev_env_and_tools.rst index e246c3867fb..45c2f375279 100644 --- a/doc/project/dev_env_and_tools.rst +++ b/doc/project/dev_env_and_tools.rst @@ -263,7 +263,7 @@ These are the labels we currently have, grouped by applicability: Labels applicable to issues only ================================ -* *priority:{high|medium|low}* +* *priority: {high|medium|low}* To classify the impact and importance of a bug or :ref:`feature `. @@ -315,7 +315,7 @@ Labels applicable to pull requests only The issue or PR describes a change to a stable API. See additional information in :ref:`stable_api_changes`. -* *Hot Fix* +* *Hotfix* * *Trivial* @@ -331,7 +331,7 @@ to ensure proper review. See :ref:`review process `. This PR should not be merged (Do Not Merge). For work in progress, GitHub "draft" PRs are preferred. -* *Stale PR* +* *Stale* PR which seems abandoned, and requires attention by the author. @@ -350,7 +350,7 @@ The PR has licensing issues which require a licensing expert to review it. Labels applicable to both pull requests and issues ================================================== -* *Area:** +* *area: ** Indicates subsystems (e.g., Kernel, I2C, Memory Management), project functions (e.g., Debugging, Documentation, Process), or other categories @@ -359,7 +359,7 @@ Indicates subsystems (e.g., Kernel, I2C, Memory Management), project functions An area maintainer should be able to filter by an area label and find all issues and PRs which relate to that area. -* *Platform:** +* *platform: ** An issue or PR which affects only a particular platform.