@@ -146,7 +146,7 @@ Pull Request Merging Policy
146
146
147
147
A pull request **can be merged ** if:
148
148
149
- * It is a minor change [ 1 ]_ ;
149
+ * It is a :ref: ` minor change < core-team_minor-changes >` ;
150
150
151
151
* Enough time was given for peer reviews;
152
152
@@ -162,7 +162,8 @@ Pull Request Merging Process
162
162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163
163
164
164
All code must be committed to the repository through pull requests, except for
165
- minor changes [1 ]_ which can be committed directly to the repository.
165
+ :ref: `minor change <core-team_minor-changes >` which can be committed directly
166
+ to the repository.
166
167
167
168
**Mergers ** must always use the command-line ``gh `` tool provided by the
168
169
**Project Leader ** to merge the pull requests.
@@ -178,8 +179,12 @@ Symfony Core Rules and Protocol Amendments
178
179
The rules described in this document may be amended at any time at the
179
180
discretion of the **Project Leader **.
180
181
181
- .. [1 ] Minor changes comprise typos, DocBlock fixes, code standards
182
- violations, and minor CSS, JavaScript and HTML modifications.
182
+ .. _core-team_minor-changes :
183
+
184
+ .. note ::
185
+
186
+ Minor changes comprise typos, DocBlock fixes, code standards
187
+ violations, and minor CSS, JavaScript and HTML modifications.
183
188
184
189
.. _`symfony-docs repository` : https://github.com/symfony/symfony-docs
185
190
.. _`fabpot` : https://github.com/fabpot/
0 commit comments