Using Lando to get spun up with the Drupal 8 source code app to test and contribute patches to the Drupal 8 project!
Lando + D8 Core Contributions
=============================
Docs
----
https://docs.devwithlando.io
https://www.hook42.com/blog/using-lan...
https://www.drupal.org/project/drupal
Prepare the Drupal Site
-----------------------
`git clone -b 8.6.x --branch 8.6.x https://git.drupal.org/project/drupal... d8core`
`cd d8core`
`lando init`
`lando start`
`lando composer install`
`lando info`
Install the Drupal Site
-----------------------
`ladno composer require drush/drush`
`lando drush si --db-url=mysql://drupal8:drupal8@database/drupal8`
Ready for Patch Tesing/Writing!
-------------------------------
Now you are ready to contribute!
Pick up with Kristen's blog post at step 3: Step 3: Reproduce the Issue
You are winning! Thanks for contributing!