From c023b9859c79d4297ef1c803aba2bad64074c165 Mon Sep 17 00:00:00 2001 From: setrofim Date: Tue, 28 Sep 2021 05:56:20 +0100 Subject: [PATCH] doc: update coding guide with APK rebuild info Update the Contributing/Code section with instruction to rebuild the UI automation APK if the corresponding source has been update. --- .../developer_reference/contributing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/developer_information/developer_reference/contributing.rst b/doc/source/developer_information/developer_reference/contributing.rst index c4e2f3f3..fcccd9dd 100644 --- a/doc/source/developer_information/developer_reference/contributing.rst +++ b/doc/source/developer_information/developer_reference/contributing.rst @@ -47,6 +47,10 @@ submitting a pull request: - If significant additions have been made to the framework, unit tests should be added to cover the new functionality. +- If modifications have been made to the UI Automation source of a workload, the + corresponding APK should be rebuilt and submitted as part of the same pull + request. This can be done via the ``build.sh`` script in the relevant + ``uiauto`` subdirectory. - If modifications have been made to documentation (this includes description attributes for Parameters and Extensions), documentation should be built to make sure no errors or warning during build process, and a visual inspection