Contributors Manual: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
(Add references)
Line 7: Line 7:
* [[CVE Triage]] process
* [[CVE Triage]] process
* Autobuilder
* Autobuilder
Some related sparse info elsewhere :
* [https://docs.yoctoproject.org/dev/ref-manual/resources.html Contributions and Additional Information]
* [[Newcomers]]
* [[Community_Guidelines]]
* [[Poky_Contributions]]
* [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 16:52, 24 January 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)
  • CVE Triage process
  • Autobuilder

Some related sparse info elsewhere :