summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2025-06-05 16:10:23 +0200
committerSteve Sakoman <steve@sakoman.com>2025-06-13 09:01:26 -0700
commit1658ecc2c56a968aa3765b52c93274f0e3411176 (patch)
tree825c8bc71b180244f709230497cef8d7a6df1ec2
parentd87b9163a1c2954bedecc01fb08f7af5ab1ae63d (diff)
downloadpoky-1658ecc2c56a968aa3765b52c93274f0e3411176.tar.gz
docs: README: specify how to contribute instead of pointing at another file
This repository is partially included in another repository: poky. However its README isn't making it, so documentation/README pointing at the README at the root of the git repository would lead the contributor nowhere. Instead, let's include the appropriate information directly in documentation/README which does make it to the poky git repo. (From yocto-docs rev: 1b93a4122624b554243842822e7df209cc884b27) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 0298318cea2947e65754eab97255164e64a862de) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/README21
1 files changed, 19 insertions, 2 deletions
diff --git a/documentation/README b/documentation/README
index 8a47fd4a3f..02037e0f7e 100644
--- a/documentation/README
+++ b/documentation/README
@@ -406,5 +406,22 @@ both the Yocto Project and BitBake manuals:
406Submitting documentation changes 406Submitting documentation changes
407================================ 407================================
408 408
409Please see the top level README file in this repository for details of where 409Please refer to our contributor guide here: https://docs.yoctoproject.org/contributor-guide/
410to send patches. 410for full details on how to submit changes.
411
412As a quick guide, patches should be sent to docs@lists.yoctoproject.org
413The git command to do that would be:
414
415 git send-email -M -1 --to docs@lists.yoctoproject.org
416
417The 'To' header can be set as default for this repository:
418
419 git config sendemail.to docs@lists.yoctoproject.org
420
421Now you can just do 'git send-email origin/master..' to send all local patches.
422
423Read the other sections in this document and documentation/standards.md for
424rules to follow when contributing to the documentation.
425
426Git repository: https://git.yoctoproject.org/yocto-docs
427Mailing list: docs@lists.yoctoproject.org