From 3539f3ddfa6198cfa2840c5fc78af66049d13b9c Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Thu, 9 Feb 2023 00:01:20 +0000 Subject: [PATCH] doc: Use Copy/paste: mention accessibility Trying to stem the tide of screenshots; every little helps? Signed-off-by: Marc Herbert --- doc/develop/getting_started/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/develop/getting_started/index.rst b/doc/develop/getting_started/index.rst index 5a139d6ee26..55baaf0beac 100644 --- a/doc/develop/getting_started/index.rst +++ b/doc/develop/getting_started/index.rst @@ -780,11 +780,14 @@ Please **copy/paste text** instead of taking a picture or a screenshot of it. Text includes source code, terminal commands, and their output. Doing this makes it easier for people to help you, and also helps other users -search the archives. +search the archives. Unnecessary screenshots exclude vision impaired +developers; some are major Zephyr contributors. `Accessibility`_ has been +recognized as a basic human right by the United Nations. -When copy/pasting more than 5 lines of text into Discord, create a snippet using -three backticks to delimit the snippet. +When copy/pasting more than 5 lines of computer text into Discord or Github, +create a snippet using three backticks to delimit the snippet. .. _Search archives and sign up here: https://lists.zephyrproject.org/g/users .. _Discord invite: https://chat.zephyrproject.org .. _GitHub issues: https://github.com/zephyrproject-rtos/zephyr/issues +.. _Accessibility: https://www.w3.org/standards/webdesign/accessibility