maintainers: split documentation area
By including `doc/` under the "Documentation" area we put documentation content and infrastucture in the same basket, however, people maintaining infrastructure is often not interested in reviewing documentation content. This patch creates a new "Documentation Infrastructure" area and limits its scope to infrastructure-only files (CMake, Sphinx, extensions, etc.). I've assigned myself as a maintainer as I've been working on such areas for a long time now. @utzig removed from the list of collaborators as it is no longer active in this area. Core documentation, e.g. getting started, contribute, etc. is kept under the "Documentation" area. Subsystem specific documentation folders/files should be added in the respective areas (many already do). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
bf93255d03
commit
695313cfc6
|
@ -464,19 +464,33 @@ Documentation:
|
||||||
- carlescufi
|
- carlescufi
|
||||||
collaborators:
|
collaborators:
|
||||||
- nashif
|
- nashif
|
||||||
- utzig
|
|
||||||
- gmarull
|
|
||||||
files:
|
files:
|
||||||
- doc/
|
- doc/contribute/
|
||||||
- doc/_static/
|
- doc/develop/
|
||||||
- doc/_templates/
|
- doc/introduction/
|
||||||
- doc/_doxygen/
|
- doc/project/
|
||||||
- doc/_scripts/
|
- doc/releases/
|
||||||
|
- doc/security/
|
||||||
- README.rst
|
- README.rst
|
||||||
- doc/Makefile
|
|
||||||
labels:
|
labels:
|
||||||
- "area: Documentation"
|
- "area: Documentation"
|
||||||
|
|
||||||
|
Documentation Infrastructure:
|
||||||
|
status: maintained
|
||||||
|
maintainers:
|
||||||
|
- gmarull
|
||||||
|
collaborators:
|
||||||
|
- carlescufi
|
||||||
|
- nashif
|
||||||
|
files:
|
||||||
|
- doc/_*/
|
||||||
|
- doc/CMakeLists.txt
|
||||||
|
- doc/conf.py
|
||||||
|
- doc/Makefile
|
||||||
|
- doc/zephyr.doxyfile.in
|
||||||
|
labels:
|
||||||
|
- "area: Documentation Infrastructure"
|
||||||
|
|
||||||
"Drivers: ADC":
|
"Drivers: ADC":
|
||||||
status: maintained
|
status: maintained
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
Loading…
Reference in a new issue