From dc7c736f4849264902f5b2c9464bc6f9d43d80d4 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Tue, 27 Feb 2024 18:47:17 -0500 Subject: [PATCH 1/2] chore: point to our community page instead of discord --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb906977..f8f77b9c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A cross-platform CLI to interact with an OpenFGA server [![Release](https://img.shields.io/github/v/release/openfga/cli?sort=semver&color=green)](https://github.com/openfga/cli/releases) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenfga%2Fcli.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenfga%2Fcli?ref=badge_shield) -[![Discord Server](https://img.shields.io/discord/759188666072825867?color=7289da&logo=discord "Discord Server")](https://discord.gg/8naAwJfWN6) +[![Join our community](https://img.shields.io/badge/slack-cncf_%23openfga-40abb8.svg?logo=slack)](https://openfga.dev/community) [![Twitter](https://img.shields.io/twitter/follow/openfga?color=%23179CF0&logo=twitter&style=flat-square "@openfga on Twitter")](https://twitter.com/openfga) ## Table of Contents @@ -55,7 +55,7 @@ OpenFGA is designed to make it easy for application builders to model their perm - [OpenFGA Documentation](https://openfga.dev/docs) - [OpenFGA API Documentation](https://openfga.dev/api/service) - [Twitter](https://twitter.com/openfga) -- [OpenFGA Discord Community](https://discord.gg/8naAwJfWN6) +- [OpenFGA Community](https://openfga.dev/community) - [Zanzibar Academy](https://zanzibar.academy) - [Google's Zanzibar Paper (2019)](https://research.google/pubs/pub48190/) From 93ac223633a1e19a6c7ed34e719086c921580f50 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Tue, 27 Feb 2024 19:18:37 -0500 Subject: [PATCH 2/2] chore: set product and community as codeowners on README --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e006cae6..e55cf63e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @openfga/dx +README.md @openfga/product @openfga/community