@@ -18,11 +18,9 @@ Role of a Core Team Member
18
18
19
19
In addition to being a regular contributor, core team members are expected to:
20
20
21
- * Review, approve, and merge pull requests;
22
-
23
- * Help enforce, improve, and implement Symfony :doc: `processes and policies </contributing/index >`;
24
-
25
- * Participate in the Symfony Core Team discussions (on Slack and GitHub).
21
+ * Review, approve, and merge pull requests;
22
+ * Help enforce, improve, and implement Symfony :doc: `processes and policies </contributing/index >`;
23
+ * Participate in the Symfony Core Team discussions (on Slack and GitHub).
26
24
27
25
Core Organization
28
26
-----------------
@@ -46,9 +44,7 @@ In addition, there are other groups created to manage specific topics:
46
44
47
45
* **Security Team **: manages the whole security process (triaging reported vulnerabilities,
48
46
fixing the reported issues, coordinating the release of security fixes, etc.);
49
-
50
47
* **Symfony UX Team **: manages the `UX repositories `_;
51
-
52
48
* **Documentation Team **: manages the whole `symfony-docs repository `_.
53
49
54
50
Active Core Members
@@ -152,7 +148,6 @@ Pull Request Voting Policy
152
148
153
149
* Core members can change their votes as many times as they desire
154
150
during the course of a pull request discussion;
155
-
156
151
* Core members are not allowed to vote on their own pull requests.
157
152
158
153
Pull Request Merging Policy
@@ -161,13 +156,10 @@ Pull Request Merging Policy
161
156
A pull request **can be merged ** if:
162
157
163
158
* It is a :ref: `minor change <core-team_minor-changes >`;
164
-
165
159
* Enough time was given for peer reviews;
166
-
167
160
* It is a bug fix and at least two **Mergers Team ** members voted ``+1 ``
168
161
(only one if the submitter is part of the Mergers team) and no Core
169
162
member voted ``-1 `` (via GitHub reviews or as comments).
170
-
171
163
* It is a new feature and at least two **Mergers Team ** members voted
172
164
``+1 `` (if the submitter is part of the Mergers team, two *other * members)
173
165
and no Core member voted ``-1 `` (via GitHub reviews or as comments).
@@ -187,15 +179,12 @@ following these rules:
187
179
188
180
* **Feature **: For new features and deprecations; Pull requests must be merged
189
181
in the development branch.
190
-
191
182
* **Bug **: Only for bug fixes; We are very conservative when it comes to
192
183
merging older, but still maintained, branches. Read the :doc: `maintenance `
193
184
document for more information.
194
-
195
185
* **Minor **: For everything that does not change the code or when they don't
196
186
need to be listed in the CHANGELOG files: typos, Markdown files, test files,
197
187
new or missing translations, etc.
198
-
199
188
* **Security **: It's the category used for security fixes and should never be
200
189
used except by the security team.
201
190
0 commit comments