- Issue created by @crasx
- πΊπΈUnited States crasx Denver, CO
Threw together a rough idea based on this convo - https://drupal.slack.com/archives/C01N7HQSSFN/p1691723963898109
AI helped with some content.
I plan on spending some time on this
The DrupalPod browser extension is a great tool for quickly launching a pre-configured development environment for Drupal. However, currently, it can only be launched from issue pages on Drupal.org. This makes it difficult to use DrupalPod for other tasks, such as testing modules or exploring Drupal Core.
This issue proposes to add the ability to launch a DrupalPod instance from anywhere, not just issue pages. This would make DrupalPod much more versatile and useful for a wider range of tasks.
Update the extension to allow a DrupalPod/DDEV instance to be launched from any Drupal.org page.
Regardless of the page, the user should be prompted for the Drupal version and the install profile
If the user is on a module or theme page, they should be prompted for the module or theme version.
If they are on an issue page, they should have all of the above, plus the branch/MR selector
Active
Browser extension
Threw together a rough idea based on this convo - https://drupal.slack.com/archives/C01N7HQSSFN/p1691723963898109
AI helped with some content.
I plan on spending some time on this