From 95f1e3a4b17c469525bd55d9eedc7fe5451c50f7 Mon Sep 17 00:00:00 2001 From: dandawg <12484302+dandawg@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:55:04 -0600 Subject: [PATCH 1/2] chore: fixed README template to be consistent with current README Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com> --- infra/templates/README.md.jinja2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/templates/README.md.jinja2 b/infra/templates/README.md.jinja2 index 1cce08ecfac..4e71ac2900f 100644 --- a/infra/templates/README.md.jinja2 +++ b/infra/templates/README.md.jinja2 @@ -14,6 +14,9 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue)](https://github.com/feast-dev/feast/blob/master/LICENSE) [![GitHub Release](https://img.shields.io/github/v/release/feast-dev/feast.svg?style=flat&sort=semver&color=blue)](https://github.com/feast-dev/feast/releases) +## Join us on Slack! +👋👋👋 [Come say hi on Slack!](https://join.slack.com/t/feastopensource/signup) + ## Overview Feast (**Fea**ture **St**ore) is an open source feature store for machine learning. Feast is the fastest path to manage existing infrastructure to productionize analytic data for model training and online inference. From f5560f79d2bcf57ed4016e75b327203af3dc1676 Mon Sep 17 00:00:00 2001 From: dandawg <12484302+dandawg@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:03:48 -0600 Subject: [PATCH 2/2] docs: markdown links consistency with html Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com> --- .github/pull_request_template.md | 2 +- docs/project/development-guide.md | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7849c24976f..40986a87db9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@