diff options
Diffstat (limited to 'documentation/contributor-guide/submit-changes.rst')
-rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 15 |
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 | ||