From 8a11abf6a9dac76bf9739c44102a49984e3c2977 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 2 Aug 2023 16:01:13 +0200 Subject: 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 Signed-off-by: Richard Purdie --- documentation/contributor-guide/index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 documentation/contributor-guide/index.rst (limited to 'documentation/contributor-guide/index.rst') 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 @@ +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK + +================================================ +Yocto Project and OpenEmbedded Contributor Guide +================================================ + +The Yocto Project and OpenEmbedded are open-source, community-based projects so +contributions are very welcome, it is how the code evolves and everyone can +effect change. Contributions take different forms, if you have a fix for an +issue you’ve run into, a patch is the most appropriate way to contribute it. +If you run into an issue but don’t have a solution, opening a defect in +:yocto_bugs:`Bugzilla <>` or asking questions on the mailing lists might be +more appropriate. This guide intends to point you in the right direction to +this. + + +.. toctree:: + :caption: Table of Contents + :numbered: + + identify-component + submit-defect + submit-change + +.. include:: /boilerplate.rst -- cgit v1.2.3-54-g00ecf