From bce267455d93a66b5de2e6d2822192a76d8998b4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 May 2023 10:49:13 +0200 Subject: [PATCH] fix(develop): Fix suggestions Signed-off-by: Joas Schilling --- developer_manual/prologue/compatibility_app_ecosystem.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/developer_manual/prologue/compatibility_app_ecosystem.rst b/developer_manual/prologue/compatibility_app_ecosystem.rst index 4a186dedb..1c392779d 100644 --- a/developer_manual/prologue/compatibility_app_ecosystem.rst +++ b/developer_manual/prologue/compatibility_app_ecosystem.rst @@ -18,7 +18,7 @@ There are three procedures in place to facilitate communication to app developer 1. The definition of **Done** of a pull request includes documentation. - This means the development of your pull request cannot be considered done, if you introduced changes (additions, removals or modifications) that affect app developers that you did not document. + This means the development of your pull request cannot be considered done if you introduced changes (additions, removals or modifications) that affect app developers that you did not document. 2. A change that affects app developers, has to be reported and documented by the author of the pull request in the :ref:`App Upgrade guide ` section. @@ -28,5 +28,3 @@ There are three procedures in place to facilitate communication to app developer - The steps should be explicitly written, so the documentation shall not rely upon links to external resources for the steps. While it is encouraged to add an external links as additional reference, it is a hard requirement that the documentation is readable and actionable without browsing to this link. - The change author's name should be added to the section so readers can reach out to the author if they have questions or if something is unclear. - Timeline: the documentation is required to be handed in when finalizing the pull request and should be merged timely close to the actual change. - -3. The documentation will then be copy-pasted into the forum for the first beta release.