From e122cb03ea37652946651346736d99b9dcc4311f Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 25 Feb 2022 13:59:20 -0500 Subject: [PATCH] ci: pull request template includes sample format (#1357) --- .../templates/java_library/.github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synthtool/gcp/templates/java_library/.github/PULL_REQUEST_TEMPLATE.md b/synthtool/gcp/templates/java_library/.github/PULL_REQUEST_TEMPLATE.md index e4b9d1e15..b3640828a 100644 --- a/synthtool/gcp/templates/java_library/.github/PULL_REQUEST_TEMPLATE.md +++ b/synthtool/gcp/templates/java_library/.github/PULL_REQUEST_TEMPLATE.md @@ -5,3 +5,6 @@ Thank you for opening a Pull Request! Before submitting your PR, there are a few - [ ] Appropriate docs were updated (if necessary) Fixes # ☕️ + +If you write sample code, please follow the [samples format]( +https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).