Searched full:collaborators (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.7.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) 132 collaborators: 151 collaborators: 174 collaborators: [all …]
|
/Zephyr-Core-3.7.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 | 112 # Create a list of collaborators ordered by the area match 116 collab += maintainer_file.areas[area.name].collaborators 191 log(f"Skip '{collaborator}': not in collaborators") 307 collaborators = maintainers_file.areas[area].collaborators 309 log(f"Found {area}, maintainers={maintainers}, collaborators={collaborators}") 338 for collaborator in area.collaborators:
|
/Zephyr-Core-3.7.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 83 Collaborators have the following rights and responsibilities, 97 name to one or more ``collaborators`` sections of the :ref:`maintainers_file` in 119 in addition to those listed for Contributors and Collaborators: 124 in conjunction with the collaborators and submitters. 134 Contributors or Collaborators are promoted to the Maintainer role by adding the 358 maintainers/collaborators would suffice.
|
D | modifying_contributions.rst | 9 Zephyr contributors and collaborators are encouraged to assist
|
D | working_groups.rst | 22 :ref:`Collaborators <collaborator>`**; however, working groups may impose
|
D | release_process.rst | 141 - All collaborators can add or remove blocking labels.
|
/Zephyr-Core-3.7.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.7.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.7.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.7.0/doc/contribute/coding_guidelines/ |
D | index.rst | 52 For existing Zephyr maintainers and collaborators, if you are unable to
|