summaryrefslogtreecommitdiffstats
path: root/documentation/contributor-guide/index.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-02 16:01:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 15:54:59 +0100
commit8a11abf6a9dac76bf9739c44102a49984e3c2977 (patch)
treee9fad45beb65d1330dad49408de14cd164820bd4 /documentation/contributor-guide/index.rst
parentddf3b3ecd4b1680dc0dedfd4eaebcf3441b14ca7 (diff)
downloadpoky-8a11abf6a9dac76bf9739c44102a49984e3c2977.tar.gz
manuals: create a dedicated "Contributor Guide" document
Starting from the original contents of dev-manual/changes.rst and from text contributed by Richard Purdie. (From yocto-docs rev: 55587d9dd009cbc92273376e0f7665b2d574d280) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/contributor-guide/index.rst')
-rw-r--r--documentation/contributor-guide/index.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/documentation/contributor-guide/index.rst b/documentation/contributor-guide/index.rst
new file mode 100644
index 0000000000..d723854843
--- /dev/null
+++ b/documentation/contributor-guide/index.rst
@@ -0,0 +1,25 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3================================================
4Yocto Project and OpenEmbedded Contributor Guide
5================================================
6
7The Yocto Project and OpenEmbedded are open-source, community-based projects so
8contributions are very welcome, it is how the code evolves and everyone can
9effect change. Contributions take different forms, if you have a fix for an
10issue you’ve run into, a patch is the most appropriate way to contribute it.
11If you run into an issue but don’t have a solution, opening a defect in
12:yocto_bugs:`Bugzilla <>` or asking questions on the mailing lists might be
13more appropriate. This guide intends to point you in the right direction to
14this.
15
16
17.. toctree::
18 :caption: Table of Contents
19 :numbered:
20
21 identify-component
22 submit-defect
23 submit-change
24
25.. include:: /boilerplate.rst