ci: pull request template includes sample format (#1357) (#740)

Source-Link: https://github.com/googleapis/synthtool/commit/e122cb03ea37652946651346736d99b9dcc4311f
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:387835a1375a0049ec44e02542c844302854c732d8291bdf8e472c0ff70a8f67
diff --git a/java-core/.github/.OwlBot.lock.yaml b/java-core/.github/.OwlBot.lock.yaml
index 9786771..9351fdf 100644
--- a/java-core/.github/.OwlBot.lock.yaml
+++ b/java-core/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
 # limitations under the License.
 docker:
   image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
-  digest: sha256:3c950ed12391ebaffd1ee66d0374766a1c50144ebe6a7a0042300b2e6bb5856b
+  digest: sha256:387835a1375a0049ec44e02542c844302854c732d8291bdf8e472c0ff70a8f67
diff --git a/java-core/.github/PULL_REQUEST_TEMPLATE.md b/java-core/.github/PULL_REQUEST_TEMPLATE.md
index 940d477..912a85b 100644
--- a/java-core/.github/PULL_REQUEST_TEMPLATE.md
+++ b/java-core/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,3 +5,6 @@
 - [ ] Appropriate docs were updated (if necessary)
 
 Fixes #<issue_number_goes_here> ☕️
+
+If you write sample code, please follow the [samples format](
+https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).