@@ -98,11 +98,20 @@ meeting. In both cases the decision must be seconded by a majority of the Team
98
98
or else the discussion will continue. Simple majority wins. Only Active
99
99
Members participate in a vote.
100
100
101
- ## Merging PRs into this Repository or nodejs/ecmascript-modules
101
+ ## Pull Requests
102
102
103
- This section does not apply to [ the Node.js core repository] ( https://github.com/nodejs/node ) .
104
- It only applies to [ the Modules repository] ( https://github.com/nodejs/modules ) and
105
- [ nodejs/ecmascript-modules] ( https://github.com/nodejs/ecmascript-modules ) .
103
+ This section details expectations for team members involved in any pull
104
+ requests that relate to the group's [ scope] [ modules-team-purpose ] and
105
+ [ implementation work] [ modules-team-plan ] .
106
+
107
+ The following expectations apply to all team members involved in a related pull
108
+ requests in [ this Repository] [ nodejs-modules ] and
109
+ the [ nodejs/ecmascript-modules] [ nodejs-ecmascript-modules ] fork. This section does
110
+ not apply to [ the Node.js core repository] ( https://github.com/nodejs/node ) .
111
+
112
+ These expectations are intended to ensure that all concurrent efforts align
113
+ with the overall direction of the group for delivering a cohesive and predictable
114
+ user experience for ECMAScript, CommonJS, and other modules supported by Node.js.
106
115
107
116
Pull requests not included under the _ special exemptions_ section below must
108
117
reach consensus in a meeting in order to be merged into this repository. A pull
@@ -156,3 +165,12 @@ By making a contribution to this project, I certify that:
156
165
personal information I submit with it, including my sign-off) is
157
166
maintained indefinitely and may be redistributed consistent with
158
167
this project or the open source license(s) involved.
168
+
169
+
170
+ <!-- Links -->
171
+
172
+ [ nodejs-modules ] : https://github.com/nodejs/modules
173
+ [ nodejs-core ] : https://github.com/nodejs/node
174
+ [ nodejs-ecmascript-modules ] : https://github.com/nodejs/ecmascript-modules
175
+ [ modules-team-purpose ] : ./README.md#purpose
176
+ [ modules-team-plan ] : ./doc/plan-for-new-modules-implementation.md
0 commit comments