|
1 | 1 | ---
|
2 | 2 | title: Community
|
| 3 | +linkTitle: Community |
3 | 4 | menu:
|
4 | 5 | main:
|
5 | 6 | weight: 40
|
6 | 7 | ---
|
7 | 8 |
|
8 |
| -<!--add blocks of content here to add more sections to the community page --> |
| 9 | +Since 2009, the Redis open source project has inspired an enthusiastic and active community of users and contributors. We continue to be committed to fostering an open, welcoming, diverse, inclusive, and healthy community. |
| 10 | + |
| 11 | +## Code of Conduct |
| 12 | + |
| 13 | +Redis has adopted the [Contributor Covenant Code of Conduct](https://github.com/redis/redis/blob/unstable/CONDUCT). |
| 14 | + |
| 15 | +## Getting help |
| 16 | + |
| 17 | +### Discord server |
| 18 | + |
| 19 | +On the [Redis Discord server](https://discord.gg/redis), you can chat with members of the Redis community in real time. You'll meet Redis users, contributors, and developer advocates. This is a great place to stop in for quick questions or to share your latest Redis discoveries. |
| 20 | + |
| 21 | +### Mailing list |
| 22 | + |
| 23 | +Join the [Redis mailing list](https://groups.google.com/g/redis-db) to discuss the ongoing development of Redis and to find out about new Redis releases. |
| 24 | + |
| 25 | +### Stack Overflow |
| 26 | + |
| 27 | +Have a question about Redis? Search the [Stack Overflow Redis tag](https://stackoverflow.com/questions/tagged/redis) for answers, or post a question of your own. |
| 28 | + |
| 29 | +## Redis news |
| 30 | + |
| 31 | +For occasional updates on the new Redis releases, you can either [subscribe to the Redis mailing list](https://groups.google.com/g/redis-db) or [follow the Redis News Feed Twitter account](https://twitter.com/redisfeed). |
| 32 | + |
| 33 | +To keep up with the latest from Redis Inc., including news on Redis Cloud and Redis Stack, consider [following the Redis Twitter feed](https://twitter.com/redisinc). |
| 34 | + |
| 35 | +## Project governance |
| 36 | + |
| 37 | +Redis has adopted a [light governance model](/docs/about/governance) led by individuals who have made significant contributions to Redis and demonstrated a long-term commitment to the project. |
| 38 | + |
| 39 | +Learn more about the project's governance and the Redis Core Team on the [Redis governance page](/docs/about/governance). |
| 40 | + |
| 41 | +## Conferences and meetups |
| 42 | + |
| 43 | +Redis regularly sponsors conferences and meetups. Recent conferences include: |
| 44 | + |
| 45 | +* [Redis Days 2022](https://redis.com/redisdays/) |
| 46 | + |
| 47 | +* [RedisConf 2021](https://redis.com/redisconf/) |
| 48 | + |
| 49 | +* [RedisConf 2020](https://www.youtube.com/c/Redisinc/playlists?view=50&sort=dd&shelf_id=4) |
| 50 | + |
| 51 | +If you're looking for a Redis meetup, check out [Redis Live](https://meetups.redis.com/redis-live/). This virtual, online meetup gets together each month to highlight members of the Redis community. |
| 52 | + |
| 53 | +## Contributing to Redis |
| 54 | + |
| 55 | +There are many ways to contribute to Redis, starting with documentation all the way to changes to the open source Redis server. Here are a few ways you can get involved. |
| 56 | + |
| 57 | +### Contributing to docs |
| 58 | + |
| 59 | +The [Redis docs(https://github.com/redis/redis-doc) are open source], and we'd love to incorporate your contributions. For small changes and typos, we recommend creating a pull request against [redis-doc repo](https://github.com/redis/redis-doc/pulls). |
| 60 | + |
| 61 | +### Reporting bugs |
| 62 | + |
| 63 | +To report a bug in Redis, create a [Redis Github issue](https://github.com/redis/redis/issues). |
| 64 | + |
| 65 | +For larger doc changes, we ask that you first create an issue describing your proposed changes. This is a good way to get feedback in advance to increase the likelihood that your changes will be accepted. |
| 66 | + |
| 67 | +### Client libraries |
| 68 | + |
| 69 | +The Redis client libraries are nearly always open source and accepting of contributions. Consult the contribution guidelines for the library you're interested in. |
0 commit comments