From d598e26de42cf9fc8ba4e9d048db33e0a82004bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Battrel?= Date: Mon, 16 Jan 2023 11:57:41 +0100 Subject: [PATCH] Bluetooth: Remove point 6 of Samples Guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Point 6 of Samples Guidelines stated that samples should be references and not tutorials. The problem is that there is currently no tutorials in Zephyr. The proposal here, is to use samples has tutorials. The references could be left to the tests. Signed-off-by: Théo Battrel --- samples/sample_definition_and_criteria.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/samples/sample_definition_and_criteria.rst b/samples/sample_definition_and_criteria.rst index 564866b251..2d47dcd4dc 100644 --- a/samples/sample_definition_and_criteria.rst +++ b/samples/sample_definition_and_criteria.rst @@ -92,11 +92,6 @@ Sample Criteria * Building & Running instructions * Sample output, if applicable. -6. A sample should be a reference, not a tutorial. -++++++++++++++++++++++++++++++++++++++++++++++++++ - * Should have minimal comments, when applicable. - * Should concisely demonstrate HOW to solve a problem, not WHY. - As a starting point, this sample is a good example to refer to :zephyr_file:`samples/kernel/condition_variables/condvar`.