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:
123123 * New features should always be added to the current development version.
124124 Check the `Symfony Roadmap `_ to find the current development version.
125125
126- 2 . **Reproduce the Problem **
126+ 3 . **Reproduce the Problem **
127127
128128 Read the issue that the pull request is supposed to fix. Reproduce the
129129 problem on a clean `Symfony Standard Edition `_ project and try to understand
130130 why it exists.
131131
132- 3 . **Review the Code **
132+ 4 . **Review the Code **
133133
134134 Read the code of the pull request and check it against some common criteria:
135135
@@ -147,13 +147,13 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
147147 latest UPGRADE-X.X.md file? Do those explanations contain "Before"/"After"
148148 with a clear upgrade path?
149149
150- 4 . **Test the Code **
150+ 5 . **Test the Code **
151151
152152 Take your project from step 2 and test whether the PR works properly.
153153
154154 TODO: precise steps
155155
156- 5 . **Update the PR Status **
156+ 6 . **Update the PR Status **
157157
158158 At last, add a comment and update the status of the PR. **Thank the
159159 contributor for working on the PR **. Include the line ``Status: <status> `` in
You can’t perform that action at this time.
0 commit comments