aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 88d7fc55305e060729dac740f6cc49c25e7d4ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Yocto Project Documentation
===========================

This repository contains documentation materials for a variety of the Yocto
Project components. In particular see the README file under documentation/.

An online version of the documentation can be found at:
    https://docs.yoctoproject.org

Contributing
============

Please refer to our contributor guide here: https://docs.yoctoproject.org/contributor-guide/
for full details on how to submit changes.

As a quick guide, patches should be sent to docs@lists.yoctoproject.org
The git command to do that would be:

     git send-email -M -1 --to docs@lists.yoctoproject.org

The 'To' header can be set as default for this repository:

     git config sendemail.to docs@lists.yoctoproject.org

Now you can just do 'git send-email origin/master..' to send all local patches.

Read the documentation/README and documentation/standards.md files
for rules to follow when contributing to the documentation.

Git repository: https://git.yoctoproject.org/yocto-docs
Mailing list: docs@lists.yoctoproject.org