From 60aa08da93d9fe2f1beeb655498de43c12f8e1d0 Mon Sep 17 00:00:00 2001 From: Wojtek Cichon Date: Thu, 7 Jan 2021 11:57:50 +0100 Subject: [PATCH] [EGD-5092] Add instructions to development_workflow Added instructions regarding adding licenses of 3rd party code when creating a PR. --- doc/development_workflow.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/development_workflow.md b/doc/development_workflow.md index 003150389023c51c88504f60976c8604cd3a3d73..f20aba3bae3d64758553404af2f772ce50b2d009 100644 --- a/doc/development_workflow.md +++ b/doc/development_workflow.md @@ -53,7 +53,8 @@ Before submitting a Pull Request please go through some basic checks: - test your changes on both Linux and RT1051 platforms (please pay special attention to the things you might break unintentionally, e.g. when working on calling funcionality, check call log too) - [include changelog description](changelog_howto.md) (if applicable), - run unit tests (`make check`), -- check if your code formatting complies with [`.clang-format`](../clang-format). +- check if your code formatting complies with [`.clang-format`](../clang-format), +- whenever you add a third party software to MuditaOS source code, please make sure that the software component is added to a dedicated [section in `LICENSE.md` file on MuditaOS GitHub repository](../LICENSE.md) with a link to the text of the license where applicable. As a part of our continuous integration proccess we will be soon introducing our own [test harness](../test/README.md).