File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
123
123
* New features should always be added to the current development version.
124
124
Check the `Symfony Roadmap `_ to find the current development version.
125
125
126
- 2 . **Reproduce the Problem **
126
+ 3 . **Reproduce the Problem **
127
127
128
128
Read the issue that the pull request is supposed to fix. Reproduce the
129
129
problem on a clean `Symfony Standard Edition `_ project and try to understand
130
130
why it exists.
131
131
132
- 3 . **Review the Code **
132
+ 4 . **Review the Code **
133
133
134
134
Read the code of the pull request and check it against some common criteria:
135
135
@@ -147,13 +147,13 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
147
147
latest UPGRADE-X.X.md file? Do those explanations contain "Before"/"After"
148
148
with a clear upgrade path?
149
149
150
- 4 . **Test the Code **
150
+ 5 . **Test the Code **
151
151
152
152
Take your project from step 2 and test whether the PR works properly.
153
153
154
154
TODO: precise steps
155
155
156
- 5 . **Update the PR Status **
156
+ 6 . **Update the PR Status **
157
157
158
158
At last, add a comment and update the status of the PR. **Thank the
159
159
contributor for working on the PR **. Include the line ``Status: <status> `` in
You can’t perform that action at this time.
0 commit comments