Contributors Manual: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:


Some related sparse info elsewhere :
Some related sparse info elsewhere :
* [https://docs.yoctoproject.org/dev/ref-manual/resources.html Contributions and Additional Information]
* [https://docs.yoctoproject.org/dev/ref-manual/resources.html Yocto docs: Contributions and Additional Information]
* [https://docs.yoctoproject.org/dev/dev-manual/changes.html Yocto docs: Making Changes to the Yocto Project]
* [[Newcomers]]
* [[Newcomers]]
* [[Community_Guidelines]]
* [[Community_Guidelines]]
* [[Poky_Contributions]]
* [[Poky_Contributions]]
* [https://kernel.org/doc/html/latest/process/submitting-patches.html Submitting patches: the essential guide to getting your code into the kernel]
* [https://kernel.org/doc/html/latest/process/submitting-patches.html Submitting patches: the essential guide to getting your code into the kernel]

Revision as of 09:38, 14 February 2023

Plans for a hypothetical Maintainers Manual (which doubles as a Contributor manual).

  • Patch guidelines (style guide (code and patch description), patch tags)
    • What to look for before sending? (No warning added, tests to do)
    • A checklist
  • Patch submission process (git-send-email, lore, master-then-branches)
    • What does it mean to review a patch? (kernel doc "Submitting patches" has an example of this)
  • CVE Triage process
  • Autobuilder

Some related sparse info elsewhere :