From bf9ec50224469b0957bd9c7857a2d813ac3a4371 Mon Sep 17 00:00:00 2001 From: Hector Mendoza Jacobo Date: Tue, 26 Nov 2024 23:01:53 +0000 Subject: [PATCH] Add a reference to the DEBUG.md to the README template --- dev/templates/README.md.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/templates/README.md.twig b/dev/templates/README.md.twig index 7d8b30f2d407..7047c0356387 100644 --- a/dev/templates/README.md.twig +++ b/dev/templates/README.md.twig @@ -36,6 +36,10 @@ on authenticating your client. Once authenticated, you'll be ready to start maki See the [samples directory](https://github.com/{{github_repo}}/tree/main/samples) for a canonical list of samples. +### Debugging +Please see our [Debugging guide](https://github.com/googleapis/google-cloud-php/blob/main/DEBUG.md) +for more information about the debugging tools. + ### Version This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.