Home
last modified time | relevance | path

Searched full:maintainers (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-Core-3.4.0/
DMAINTAINERS.yml24 # maintainers:
83 # * A user mentioned in 'maintainers' is added as Assignee to
86 # * Users mentioned in 'maintainers' and 'collaborators' are added as
97 # Maintainers: <list of maintainers>
98 # Collaborators: <list of sub-maintainers>
104 # Changes to MAINTAINERS.yml need to be approved as follows:
106 # * Changing the 'maintainers' for an area needs approval from the
116 maintainers:
132 maintainers:
155 maintainers:
[all …]
DCODE_OF_CONDUCT.md6 contributors and maintainers pledge to making participation in our project and
36 Project maintainers are responsible for clarifying the standards of acceptable
40 Project maintainers have the right and responsibility to remove, edit, or
53 further defined and clarified by project maintainers.
66 Project maintainers who do not follow or enforce the Code of Conduct in good
/Zephyr-Core-3.4.0/scripts/
Dget_maintainer.py7 Lists maintainers for files or commits. Similar in function to
9 in MAINTAINERS.yml.
11 The comment at the top of MAINTAINERS.yml in Zephyr documents the file format.
47 args.cmd_fn(Maintainers(args.maintainers), args)
60 "-m", "--maintainers",
62 help="Maintainers file to load. If not specified, MAINTAINERS.yml in "
64 "Paths in the maintainers file will always be taken as relative "
78 id_parser.set_defaults(cmd_fn=Maintainers._path_cmd)
88 commits_parser.set_defaults(cmd_fn=Maintainers._commits_cmd)
100 list_parser.set_defaults(cmd_fn=Maintainers._list_cmd)
[all …]
Dset_assignees.py17 from get_maintainer import Maintainers
29 parser.add_argument("-M", "--maintainer-file", required=False, default="MAINTAINERS.yml",
77 for p in a.maintainers:
87 collab += maintainer_file.areas[a].maintainers
95 log(f"candidate maintainers: {sm}")
98 maintainers = list(sm.keys())
101 if maintainers:
102 maintainer = maintainers[0]
110 a.maintainers and a.maintainers[0] == maintainer and
111 len(maintainers) > 1):
[all …]
/Zephyr-Core-3.4.0/doc/project/
Dproject_roles.rst9 TSC projects generally will involve *Maintainers*, *Collaborators*, and
13 Architecture, code subsystems, etc.). Maintainers shall also serve as the
14 area’s representative on the TSC as needed. Maintainers may become voting
22 by approval of the existing Collaborators and Maintainers of the
106 Maintainers have the following rights and responsibilities,
121 GitHub user name to one or more ``maintainers`` sections of the
147 An *Assignee* is one of the maintainers of a subsystem or code being changed.
149 by the other Maintainers, the Release Engineering team can set an assignee when
152 * Right to dismiss stale reviews and seek reviews from additional maintainers,
158 * Solicit approvals from maintainers of the subsystems affected
[all …]
Ddev_env_and_tools.rst12 been reviewed, passed a series of checks (CI), and are approved by maintainers.
57 should belong to. A project maintainers or TSC member monitoring the inflow of
238 Maintainers can override the -1 in cases where the CI infrastructure
255 When reviewing a PR, if it has missing or incorrect labels, maintainers shall
338 The PR needs attention from the maintainers.
Dmodifying_contributions.rst68 Contributors should uncheck the box *“Allow Edits By Maintainers"*
Drelease_process.rst30 approval from the respective maintainers.
54 sufficiently stable (and which is accepted by the maintainers and the wide community) is
/Zephyr-Core-3.4.0/doc/contribute/
Dcontributor_expectations.rst17 - Less wasted work if reviewers or maintainers reject the direction of the
90 Maintainers have the discretion to request that contributors create an RFC for
114 and there should be tests for the behavior contracts of the API. Maintainers
140 Maintainers may request that contributors break up a PR into smaller PRs and may
171 commitment and priorities. As such, reviewers and maintainers may not get to a
212 - Resolve in the PR among assignee, maintainers and reviewer.
217 Group`_ meeting with more Maintainers and project stakeholders.
246 - The Zephyr Project recognizes that reviewers and maintainers have limited
Dbin_blobs.rst150 APIs may change and such blobs cannot be modified by all project maintainers
175 project maintainers define an open source test suite that an upstream
204 maintainers may accept and attempt to resolve such issues.
206 However, some flexibility is required because project maintainers may not be
210 Blobs must have designated maintainers that must be responsive to issue reports
214 support from their maintainers. This is required to maintain project control
Dexternal.rst112 This may require adding an entry in the :file:`MAINTAINERS.yml` as part of the
Dguidelines.rst534 created for any problems found and assigned to the maintainers of the affected
985 Project maintainers should use good judgement and prioritize the Zephyr
/Zephyr-Core-3.4.0/doc/develop/api/
Dapi_lifecycle.rst164 the corresponding maintainers
218 state. The Zephyr maintainers will track usage of deprecated APIs on
233 The Zephyr maintainers will decide when to actually remove the API: this
237 If it's OK to remove the API, it will be removed. The maintainers will remove
241 If it's not OK to remove the API, the maintainers will continue to support
/Zephyr-Core-3.4.0/.github/workflows/
Dassigner.yml37 -M MAINTAINERS.yml \
/Zephyr-Core-3.4.0/scripts/schemas/twister/
Dplatform-schema.yaml16 "maintainers":
/Zephyr-Core-3.4.0/scripts/ci/
Dtwister_ignore.txt17 MAINTAINERS.yml
Dcheck_compliance.py26 from get_maintainer import Maintainers, MaintainersError
1041 Check that MAINTAINERS file parses correctly.
1044 doc = "Check that MAINTAINERS file parses correctly."
1048 MAINTAINERS_FILES = ["MAINTAINERS.yml", "MAINTAINERS.yaml"]
1055 Maintainers(file)
/Zephyr-Core-3.4.0/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md12 This section targets end users, TSC members, maintainers and anyone else that might
/Zephyr-Core-3.4.0/doc/security/
Dreporting.rst195 - Maintainers will have access to all information within their domain
206 - As needed, release managers and maintainers may be invited to attend
/Zephyr-Core-3.4.0/cmake/modules/
Dversion.cmake10 # maintainers in ``${ZEPHYR_BASE}/VERSION``
/Zephyr-Core-3.4.0/doc/services/device_mgmt/
Dmcumgr_backporting.rst103 This chapter describes the maintainers' side of accepting and merging fixes and backports.
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-1.5.rst229 * ``ZEP-537`` - doc: create external wiki page "Maintainers"
/Zephyr-Core-3.4.0/doc/build/dts/api/
Dapi.rst375 .. Documentation maintainers: please keep this sorted by property name
/Zephyr-Core-3.4.0/doc/build/dts/
Dintro-syntax-structure.rst221 .. Documentation maintainers: If you add a property to this list,
/Zephyr-Core-3.4.0/doc/develop/
Dmodules.rst214 :ref:`Maintainers <project_roles>`.
1093 Maintainers from the Zephyr project will create the repository and initialize

12