~aleteoryx/muditaos

60aa08da93d9fe2f1beeb655498de43c12f8e1d0 — Wojtek Cichon 5 years ago 09a3626
[EGD-5092] Add instructions to development_workflow

Added instructions regarding adding licenses of 3rd party code when
creating a PR.
1 files changed, 2 insertions(+), 1 deletions(-)

M doc/development_workflow.md
M doc/development_workflow.md => doc/development_workflow.md +2 -1
@@ 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).