From ccfa66bf7c9466018223f0120ef7d9073a4b0c8c Mon Sep 17 00:00:00 2001 From: Brian Borge Date: Thu, 14 Nov 2024 16:28:47 -0500 Subject: [PATCH] Suggest people search existing issues in error message (#333) --- buildpacks/ruby/src/user_errors.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/buildpacks/ruby/src/user_errors.rs b/buildpacks/ruby/src/user_errors.rs index 3c781e7a..f55719a0 100644 --- a/buildpacks/ruby/src/user_errors.rs +++ b/buildpacks/ruby/src/user_errors.rs @@ -25,9 +25,11 @@ pub(crate) fn on_error(err: libcnb::Error) { status page https://status.heroku.com/ to see if there is an ongoing incident. Once all incidents have resolved please retry your build. - If the issue persists, please try to reproduce the behavior locally using the `pack` - CLI. If you can reproduce the behavior locally and believe you've found a bug in the - buildpack or the framework please open an issue on the buildpack's GitHub repository. + If the issue persists, try to reproduce the behavior locally using the `pack` CLI. + If you can reproduce the behavior locally and believe you've found a bug in the + buildpack or framework, please visit the buildpack's GitHub repository at + https://github.com/heroku/buildpacks-ruby/issues. Search for any existing issues + related to this error. If none are found, please consider opening a new issue. "}), }; }