Skip to content

[Contributing] Remove references to symfony/website-skeleton #19190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions contributing/community/reviews.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ The steps for the review are:
#. **Is the Report Complete?**

Good bug reports contain a link to a project (the "reproduction project")
created with the `Symfony skeleton`_ or the `Symfony website skeleton`_
that reproduces the bug. If it doesn't, the report should at least contain
enough information and code samples to reproduce the bug.
created with the `Symfony skeleton`_ that reproduces the bug. If it
doesn't, the report should at least contain enough information and code
samples to reproduce the bug.

#. **Reproduce the Bug**

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

#. **Update the Issue Status**

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

Read the issue that the pull request is supposed to fix. Reproduce the
problem on a new project created with the `Symfony skeleton`_ (or the
`Symfony website skeleton`_) and try to understand why it exists. If the
linked issue already contains such a project, install it and run it on your system.
problem on a new project created with the `Symfony skeleton`_ and try to
understand why it exists. If the linked issue already contains such a
project, install it and run it on your system.

#. **Review the Code**

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