Skip to content

Commit 2a2151f

Browse files
smnandrejaviereguiluz
authored andcommitted
[Contributing] Remove references to symfony/website-skeleton
1 parent 31d958c commit 2a2151f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

contributing/community/reviews.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ The steps for the review are:
5959
#. **Is the Report Complete?**
6060

6161
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.
62+
created with the `Symfony skeleton`_ that reproduces the bug. If it
63+
doesn't, the report should at least contain enough information and code
64+
samples to reproduce the bug.
6565

6666
#. **Reproduce the Bug**
6767

6868
Download the reproduction project and test whether the bug can be reproduced
6969
on your system. If the reporter did not provide a reproduction project,
70-
create one based on one `Symfony skeleton`_ (or the `Symfony website skeleton`_).
70+
create one based on one `Symfony skeleton`_.
7171

7272
#. **Update the Issue Status**
7373

@@ -134,9 +134,9 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
134134
#. **Reproduce the Problem**
135135

136136
Read the issue that the pull request is supposed to fix. Reproduce the
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.
137+
problem on a new project created with the `Symfony skeleton`_ and try to
138+
understand why it exists. If the linked issue already contains such a
139+
project, install it and run it on your system.
140140

141141
#. **Review the Code**
142142

@@ -212,7 +212,6 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
212212
.. _GitHub: https://github.com
213213
.. _Symfony issue tracker: https://github.com/symfony/symfony/issues
214214
.. _`Symfony skeleton`: https://github.com/symfony/skeleton
215-
.. _`Symfony website skeleton`: https://github.com/symfony/website-skeleton
216215
.. _create a GitHub account: https://help.github.com/github/getting-started-with-github/signing-up-for-a-new-github-account
217216
.. _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+
218217
.. _PRs in need of review: https://github.com/symfony/symfony/pulls?q=is%3Aopen+is%3Apr+label%3A%22Status%3A+Needs+Review%22

0 commit comments

Comments
 (0)