From 92fa655ec317b3cefe38dde18ce515f35bd10f11 Mon Sep 17 00:00:00 2001
From: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Date: Tue, 5 Jul 2022 18:36:11 -0700
Subject: [PATCH] Slightly clean up template README (#42587)

- mention need for a local build when creating PRs
---
 src/ProjectTemplates/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/ProjectTemplates/README.md b/src/ProjectTemplates/README.md
index acb3b240a18..e40d8ac07e8 100644
--- a/src/ProjectTemplates/README.md
+++ b/src/ProjectTemplates/README.md
@@ -16,6 +16,15 @@ The following contains a description of each sub-directory in the `ProjectTempla
 - `test`: Contains the end to end template tests.
 - `testassets`: Contains assets used by the tests, like a dotnet tools installer
 
+## Submitting pull requests
+
+You can submit changes for templates in this repo by submitting a pull request. If you make changes to any
+`content/*/.template.config/template.json` files, build locally (see below) and include any
+`content/*/.template.config/localize/` changes in your pull request. (Your build may update the strings in those
+files for later localization.)
+
+## Building locally
+
 ### Build
 
 Some projects in this repository (like SignalR Java Client) require JDK installation and configuration of `JAVA_HOME` environment variable.
-- 
GitLab