From 12575da874edb2c474e39a844d846b23e2b922a4 Mon Sep 17 00:00:00 2001 From: Alan Cleary Date: Thu, 16 Feb 2023 15:11:58 -0700 Subject: [PATCH] Added reference to contributing guidelines to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf66d306..7734bd5c 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,7 @@ If you wish to communicate with these containers from a Web client using gRPC We The example configures microservices to communicate and supports gRPC Web requests. ## Development +Please so our [contribution guidelines](.github/CONTRIBUTING.md) before contributing to this repository. + See the directories of microservices you wish to compile manually for instructions on doing so. Generally, we recommend still using a solution like Docker Compose to orchestrate container building and cross-talk, even during development.