From f5f339ca6380a1ea6a5be02ae14b2fff0ef9b6b7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 10 Jun 2019 15:04:19 +0200 Subject: [PATCH] Don't mention the Symfony Standard edition in the contributing docs --- contributing/community/reviews.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/contributing/community/reviews.rst b/contributing/community/reviews.rst index 7e5feea0872..e730ebeced7 100644 --- a/contributing/community/reviews.rst +++ b/contributing/community/reviews.rst @@ -58,16 +58,16 @@ The steps for the review are: #. **Is the Report Complete?** - Good bug reports contain a link to a fork of the `Symfony Standard Edition`_ - (the "reproduction project") that reproduces the bug. If it doesn't, the - report should at least contain enough information and code samples to - reproduce the bug. + 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. #. **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 by forking_ the `Symfony Standard Edition`_. + create one based on one `Symfony skeleton`_ (or the `Symfony website skeleton`_). #. **Update the Issue Status** @@ -96,7 +96,7 @@ The steps for the review are: Thank you @weaverryan for creating this bug report! This indeed looks like a bug. I reproduced the bug in the "kernel-bug" branch of - https://github.com/webmozart/symfony-standard. + https://github.com/webmozart/some-project. Status: Reviewed @@ -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 clean `Symfony Standard Edition`_ project 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`_ (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. #. **Review the Code** @@ -211,7 +211,8 @@ 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 Standard Edition: https://github.com/symfony/symfony-standard +.. _`Symfony skeleton`: https://github.com/symfony/skeleton +.. _`Symfony website skeleton`: https://github.com/symfony/website-skeleton .. _create a GitHub account: https://help.github.com/articles/signing-up-for-a-new-github-account/ .. _forking: https://help.github.com/articles/fork-a-repo/ .. _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+