shaal / DrupalPod

Start Drupal contributions with 1 click.
https://shaal.github.io/DrupalPod
MIT License
163 stars 54 forks source link

Make it easier for a user to start up a plain core Drupal instance #116

Open froboy opened 1 year ago

froboy commented 1 year ago

Is your feature request related to a problem? Please describe

As an evaluator of Drupal (or an experienced dev looking for a porcelain environment) I want to be able to spin up a patchless release of the current release of Drupal.

Currently, DrupalPod states:

Open an issue page on Drupal.org to see the available options.

but I don't want to open an issue just to get an environment, and asking new users to "find an issue" might be daunting.

A screenshot of the DrupalPod browser extension

Describe the solution you'd like

On the "open an issue page" screen, add some text like "... or start from Drupal core." where the link takes the user to an install with the current Drupal core release and some sensible defaults:

A screenshot of the DrupalPod browser extension with the suggested text.

Describe alternatives you've considered

Alternatively, we could add a link to some placeholder issue where users can go?

Additional context

That's it. Thanks!

froboy commented 1 year ago

https://ddev.github.io/ddev-gitpod-launcher/ does essentially the same as this. Maybe putting the link that that generates into a button on the module would work?