doc: remove note about cherry-picking commits from PRs

The text in this note is not accurate and should already be covered by
the license agreement, no need to say what the license already covers in
non-legal terms.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-01-16 12:12:06 -05:00 committed by Benjamin Cabé
parent 8c20225c80
commit fdcfc262d3

View file

@ -162,22 +162,6 @@ Additional requirements:
- If you've pushed your changes to GitHub already you'll need to force push
your branch after this with ``git push -f``.
Notes
=====
Any contributions made as part of submitted pull requests are considered free
for the Project to use. Developers are permitted to cherry-pick patches that
are included in pull requests submitted by other contributors. It is expected
that
* the content of the patches will not be substantially modified,
* the cherry-picked commits or portions of a commit shall preserve the original
sign-off messages and the author identity.
:ref:`modifying_contributions` describes additional recommended policies
around working with contributions submitted by other developers.
Prerequisites
*************