From 73610903148ad749763b205726d2cefe871b852f Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 18 Mar 2020 13:00:14 -0700 Subject: [PATCH] docs: mention templates in contributing section of README (#376) --- packages/google-cloud-tasks/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/google-cloud-tasks/README.md b/packages/google-cloud-tasks/README.md index ca0ae576acc..3b009ddccdd 100644 --- a/packages/google-cloud-tasks/README.md +++ b/packages/google-cloud-tasks/README.md @@ -148,6 +148,12 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages] Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-tasks/blob/master/CONTRIBUTING.md). +Please note that this `README.md`, the `samples/README.md`, +and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`) +are generated from a central template. To edit one of these files, make an edit +to its template in this +[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library). + ## License Apache Version 2.0