System for tracking issue counts against the next version of Drupal core, and estimating a release date based on collected samples.
Access the site at http://drupalreleasedate.com/
Public JSON feeds are provided for access to all of the site's data.
For more information on available endpoints and the response format, view the API documentation.
composer install
in the root directory of the projectconfig/default.config.php
to config/config.php
, and adjust as
neededbin/console install
to set up the databaseweb
as the document rootPHPUnit tests can be run with vendor/bin/phpunit