From 93e1ad7f763007ba9a27daa1eaeaae3621d5bb32 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Wed, 8 Feb 2023 14:01:18 +0100 Subject: [PATCH] docs(porting): remove pull request terminology The pull request terminology dates back from when TF-A repository was hosted on Github. Use a terminology that is more suited to Gerrit workflow. Signed-off-by: Sandrine Bailleux Change-Id: Ieecf47617ca1cdb76b9c4a83f63ba3c402b9e975 --- docs/getting_started/porting-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/porting-guide.rst b/docs/getting_started/porting-guide.rst index ae3ffb554..b9ccdb094 100644 --- a/docs/getting_started/porting-guide.rst +++ b/docs/getting_started/porting-guide.rst @@ -38,7 +38,7 @@ functions/definitions in ``include/plat/arm/common/`` and the corresponding source files in ``plat/arm/common/``. This is done so that there are no dependencies between platforms maintained by different people/companies. If you want to use any of the functionality present in ``plat/arm`` files, please -create a pull request that moves the code to ``plat/common`` so that it can be +propose a patch that moves the code to ``plat/common`` so that it can be discussed. Common modifications -- 2.39.5