Add a contrib directory
Add a place where people can add contributions, along with documentation. These may be useful to other developers of U-Boot but are not maintained / supported by the core developers. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
10
contrib/README.rst
Normal file
10
contrib/README.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
.. SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
Contributions
|
||||
=============
|
||||
|
||||
The `contrib` directory contains software / files which have been contributed
|
||||
to the U-Boot project but are not maintained by the core developers.
|
||||
|
||||
Note to contributors: Each item must have at least an entry in this file. Be
|
||||
sure to add the appropriate GPL-2.0-or-later SPDX tag to files.
|
||||
1
doc/develop/contrib
Symbolic link
1
doc/develop/contrib
Symbolic link
@@ -0,0 +1 @@
|
||||
../../contrib/
|
||||
@@ -113,3 +113,11 @@ Historical documentation
|
||||
:maxdepth: 2
|
||||
|
||||
historical/index
|
||||
|
||||
Contributions
|
||||
-------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
contrib/README
|
||||
|
||||
Reference in New Issue
Block a user