@@ -58,16 +58,16 @@ The steps for the review are:
58
58
59
59
#. **Is the Report Complete? **
60
60
61
- Good bug reports contain a link to a fork of the ` Symfony Standard Edition `_
62
- (the "reproduction project") that reproduces the bug. If it doesn't, the
63
- report should at least contain enough information and code samples to
64
- reproduce the bug.
61
+ Good bug reports contain a link to a project ( the "reproduction project")
62
+ created with the ` Symfony skeleton `_ or the ` Symfony website skeleton `_
63
+ that reproduces the bug. If it doesn't, the report should at least contain
64
+ enough information and code samples to reproduce the bug.
65
65
66
66
#. **Reproduce the Bug **
67
67
68
68
Download the reproduction project and test whether the bug can be reproduced
69
69
on your system. If the reporter did not provide a reproduction project,
70
- create one by forking _ the `Symfony Standard Edition `_ .
70
+ create one based on one ` Symfony skeleton `_ (or the `Symfony website skeleton `_) .
71
71
72
72
#. **Update the Issue Status **
73
73
@@ -96,7 +96,7 @@ The steps for the review are:
96
96
97
97
Thank you @weaverryan for creating this bug report! This indeed looks
98
98
like a bug. I reproduced the bug in the "kernel-bug" branch of
99
- https://github.com/webmozart/symfony-standard .
99
+ https://github.com/webmozart/some-project .
100
100
101
101
Status: Reviewed
102
102
@@ -134,9 +134,9 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
134
134
#. **Reproduce the Problem **
135
135
136
136
Read the issue that the pull request is supposed to fix. Reproduce the
137
- problem on a clean `Symfony Standard Edition `_ project and try to understand
138
- why it exists. If the linked issue already contains such a project, install
139
- it and run it on your system.
137
+ problem on a new project created with the `Symfony skeleton `_ (or the
138
+ ` Symfony website skeleton `_) and try to understand why it exists. If the
139
+ linked issue already contains such a project, install it and run it on your system.
140
140
141
141
#. **Review the Code **
142
142
@@ -211,7 +211,8 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
211
211
212
212
.. _GitHub : https://github.com
213
213
.. _Symfony issue tracker : https://github.com/symfony/symfony/issues
214
- .. _Symfony Standard Edition : https://github.com/symfony/symfony-standard
214
+ .. _`Symfony skeleton` : https://github.com/symfony/skeleton
215
+ .. _`Symfony website skeleton` : https://github.com/symfony/website-skeleton
215
216
.. _create a GitHub account : https://help.github.com/articles/signing-up-for-a-new-github-account/
216
217
.. _forking : https://help.github.com/articles/fork-a-repo/
217
218
.. _bug reports in need of review : https://github.com/symfony/symfony/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22Bug%22+label%3A%22Status%3A+Needs+Review%22+
0 commit comments