diff --git a/.github/ISSUE_TEMPLATE/buildpack_issue.yaml b/.github/ISSUE_TEMPLATE/buildpack_issue.yaml index 078bda0ca..4dbb47491 100644 --- a/.github/ISSUE_TEMPLATE/buildpack_issue.yaml +++ b/.github/ISSUE_TEMPLATE/buildpack_issue.yaml @@ -10,7 +10,7 @@ body:
Debugging tips: - + - If you see text that says `Killed` in your output, attempt to increase free memory by using a larger server or [add swap memory](https://dokku.com/docs/getting-started/troubleshooting/#build-fails-with-killed-message). - Turn on buildpack trace mode via `dokku config:set $APP_NAME BUILDPACK_XTRACE=1` and retry your deploy. Not all buildpacks support this, but many will output extra debugging information. - Your hosting provider may have issues accessing AWS S3. Verify a slow/stalled download works by directly curling the file from your host.