diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bcaee7c73..67f0b14ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -112,3 +112,7 @@ The core team regularly looks at pull requests. We will provide feedback as soon as possible. After receiving our feedback, please respond within two weeks. After that time, we may close your PR if it isn't showing any activity. + +## Support + +Maintainers can provide limited support to contributors on discord: https://discord.gg/FVDcgKMv diff --git a/README.md b/README.md index 6c42c0fc2..27225d790 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PkgGoDev](https://pkg.go.dev/badge/github.com/redis/go-redis/v9)](https://pkg.go.dev/github.com/redis/go-redis/v9?tab=doc) [![Documentation](https://img.shields.io/badge/redis-documentation-informational)](https://redis.uptrace.dev/) [![codecov](https://codecov.io/github/redis/go-redis/graph/badge.svg?token=tsrCZKuSSw)](https://codecov.io/github/redis/go-redis) -[![Chat](https://discordapp.com/api/guilds/752070105847955518/widget.png)](https://discord.gg/rWtp5Aj) +[![Chat](https://discordapp.com/api/guilds/697882427875393627/widget.png)](https://discord.gg/FVDcgKMv) > go-redis is the official Redis client library for the Go programming language. It offers a straightforward interface for interacting with Redis servers.