From 33507b2652803ef52abb885a305d582cee33c726 Mon Sep 17 00:00:00 2001 From: Yuki <117277631+Yuki-1118@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:48:05 +0900 Subject: [PATCH] Updata:ReadMe Added link to Contributing.md at the end of ReadMe --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 902d396d5..3f61df90a 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ These are the main components of the Recommendation Algorithm included in this r | | [twml](twml/README.md) | Legacy machine learning framework built on TensorFlow v1. | We include Bazel BUILD files for most components, but not a top level BUILD or WORKSPACE file. + +## Contributing + +Please read [this](/Contributing.md)