Community
Rye is a new project and feedback is greatly appreciated. Lots of it. Because of this there are various different ways in which you can engage with either the developer or other members of the community:
- Discussion Forum, to discuss the project on GitHub
- Discord, for conversations with other developers in text form
- Issue Tracker, if you run into bugs or have suggestions
You can also reach out via Twitter or Bluesky.
Badges
Want to show that you are using Rye? Why not throw a badge into your project's README.md
:
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye.astral.sh)
... or README.rst
:
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json
:target: https://rye.astral.sh
:alt: Rye
... or, as HTML:
<a href="https://rye.astral.sh"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json" alt="Rye" style="max-width:100%;"></a>