diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5d88d2a..76577da 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,19 @@ ## The Issue -- # +- Fixes #REPLACE_ME_WITH_RELATED_ISSUE_NUMBER ## How This PR Solves The Issue + + ## Manual Testing Instructions + + ```bash -ddev add-on get https://github.com///tarball/ +ddev add-on get https://github.com/ddev/ddev-drupal-solr/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head ddev restart ``` diff --git a/docker-compose.solr.yaml b/docker-compose.solr.yaml index 6930aa8..fd1fc34 100644 --- a/docker-compose.solr.yaml +++ b/docker-compose.solr.yaml @@ -31,6 +31,7 @@ services: # and code at https://github.com/docker-solr/docker-solr # README: https://github.com/docker-solr/docker-solr/blob/master/README.md # It's almost impossible to work with it if you don't read the docs there + image: ${SOLR_BASE_IMAGE:-solr:8}-${DDEV_SITENAME}-built build: dockerfile_inline: | ARG SOLR_BASE_IMAGE="scratch"