Lines Matching refs:to
4 Contributions to the TF-M project need to follow the process below.
10 - It is recommended to subscribe to `TF-M mailing list <mailing_list_>`_
12 - Refer to the `Roadmap
13 <https://developer.trustedfirmware.org/w/tf_m/planning>`_ or send a mail to
14 the `TF-M mailing list <mailing_list_>`_ to get the latest status and plan of
17 to propose your design.
18 - Follow guidelines below to prepare the patch:
25 - Make your changes in logical chunks to help reviewers. Each commit should
29 to update documentation in ``docs`` folder if needed.
30 - Test your changes and add details to the commit description.
32 Use ``git commit -s`` to add a ``Signed-off-by`` trailer at the end of the
36 to the commit message, which can be generated any way you like (e.g. from
38 It is suggested to clone repositories with commit-msg hook. The commit-msg
44 Refer to `Uploading Changes <https://review.trustedfirmware.org/Documentation/user-upload.html>`_
48 - You may be asked to provide further details or make additional changes.
51 - Click ``Allow-CI +1`` button on Gerrit page to run CI to validate your patch.