summaryrefslogtreecommitdiffstats
path: root/documentation/contributor-guide/submit-changes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-18 18:45:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 15:54:59 +0100
commit266cab4530d3c9f49649dbfffdabfe767b86562f (patch)
tree1da08230752c9ed914d42af93ea247261ba644a9 /documentation/contributor-guide/submit-changes.rst
parent81f99caf9167874cfd684087a625b081ed154d67 (diff)
downloadpoky-266cab4530d3c9f49649dbfffdabfe767b86562f.tar.gz
contributor-guide: submit-changes: how to request push access to repositories
Including content currently on http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded (From yocto-docs rev: 34b22fd3c48d55bcddbf725395f9ee4e389ae354) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/contributor-guide/submit-changes.rst')
-rw-r--r--documentation/contributor-guide/submit-changes.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 677885e3cf..cda2d12d25 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -502,9 +502,18 @@ have been followed:
502 in the 502 in the
503 `Git Community Book <https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows>`__. 503 `Git Community Book <https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows>`__.
504 504
505#. *Push Your Commits to a "Contrib" Upstream:* If you have arranged for 505#. *Request Push Access to an "Upstream" Contrib Repository:* Send an email to
506 permissions to push to an upstream contrib repository, push the 506 ``helpdesk@yoctoproject.org``:
507 change to that repository:: 507
508 - Attach your SSH public key which usually named ``id_rsa.pub.``.
509 If you don't have one generate it by running ``ssh-keygen -t rsa -b 4096 -C "your_email@example.com"``.
510
511 - List the repositories you're planning to contribute to.
512
513 - Include your preferred branch prefix for ``-contrib`` repositories.
514
515#. *Push Your Commits to the "Contrib" Upstream:* Push your
516 changes to that repository::
508 517
509 $ git push upstream_remote_repo local_branch_name 518 $ git push upstream_remote_repo local_branch_name
510 519