Searched full:collaborators (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.6.0/ |
D | MAINTAINERS.yml | 17 # The area gets odd fixes and may have collaborators. 28 # collaborators (not to be confused with the GitHub collaborator role): 72 # this would be sub-areas which add extra fields (for ex. more `collaborators` 86 # * Users mentioned in 'maintainers' and 'collaborators' are added as 98 # Collaborators: <list of sub-maintainers> 109 # * Changing the 'collaborators' lines requires the maintainer and 110 # collaborators of that area to agree (or vote on it) 119 collaborators: 135 collaborators: 154 collaborators: [all …]
|
/Zephyr-Core-3.6.0/scripts/ |
D | get_maintainer.py | 125 help="Count areas, unique maintainers, and / or unique collaborators") 133 "--count-collaborators", 135 help="Count the number of unique collaborators") 191 area.collaborators = area_dict.get("collaborators", []) 302 collaborators = set() 310 collaborators = collaborators.union(set(area.collaborators)) 317 print('{:14}\t{}'.format('collaborators:', len(collaborators))) 369 collaborators: 370 List of collaborators. Empty if the area has no 'collaborators' key. 413 ", ".join(area.collaborators), [all …]
|
D | set_assignees.py | 115 # Create a list of collaborators ordered by the area match 119 collab += maintainer_file.areas[area.name].collaborators 306 collaborators = maintainers_file.areas[area].collaborators 308 log(f"Found {area}, maintainers={maintainers}, collaborators={collaborators}") 337 for collaborator in area.collaborators:
|
/Zephyr-Core-3.6.0/doc/project/ |
D | project_roles.rst | 9 TSC projects generally will involve *Maintainers*, *Collaborators*, and 12 **Maintainer**: lead Collaborators on an area identified by the TSC (e.g. 21 documentation to the project. Contributors may become Collaborators 22 by approval of the existing Collaborators and Maintainers of the 81 Collaborators have the following rights and responsibilities, 95 name to one or more ``collaborators`` sections of the :ref:`maintainers_file` in 114 in addition to those listed for Contributors and Collaborators: 119 in conjunction with the collaborators and submitters. 129 Contributors or Collaborators are promoted to the Maintainer role by adding the 353 maintainers/collaborators would suffice.
|
D | modifying_contributions.rst | 9 Zephyr contributors and collaborators are encouraged to assist
|
/Zephyr-Core-3.6.0/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 29 choose to identify a single maintainer only or add collaborators as well
|
/Zephyr-Core-3.6.0/doc/develop/ |
D | modules.rst | 187 for example, for adding individuals as Collaborators in the repository 199 * request additional collaborators to be added to the repository, as
|
/Zephyr-Core-3.6.0/doc/hardware/arch/ |
D | arm_cortex_m.rst | 678 Maintainers & Collaborators 682 The updated list of maintainers and collaborators for Cortex-M can be found
|
/Zephyr-Core-3.6.0/doc/contribute/coding_guidelines/ |
D | index.rst | 45 For existing Zephyr maintainers and collaborators, if you are unable to
|