diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..7c6910c487 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,10 @@ + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..5600c364c0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +## Summary + + + +## Test Plan + + diff --git a/README.md b/README.md index 0b3929bfc4..942a86629a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com) -[![](https://dcbadge.vercel.app/api/server/drbkcdtSbg?style=flat)](https://discord.gg/drbkcdtSbg) +[![Rye Version](https://img.shields.io/github/v/release/astral-sh/rye?logo=github&label=Version)](https://github.com/astral-sh/rye/releases/) +[![GitHub](https://img.shields.io/github/license/astral-sh/rye?logo=github&logoColor=D7FF64)](https://github.com/astral-sh/rye/blob/main/LICENSE) +[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/astral-sh/rye/release.yml?logo=github)](https://github.com/astral-sh/rye/actions/workflows/release.yml) +[![Astral Discord](https://img.shields.io/discord/1039017663004942429?logo=discord&logoColor=D7FF64&label=Astral%20Discord&color=261230)](https://discord.gg/astral-sh) +[![Rye Discord](https://dcbadge.vercel.app/api/server/drbkcdtSbg?style=flat)](https://discord.gg/drbkcdtSbg)
@@ -58,7 +62,7 @@ For more details and other options, refer to the [installation instructions](htt ## Learn More -Did I spark your interest? +Did we spark your interest? * [Visit the Website](https://rye-up.com/) * [Read the Documentation](https://rye-up.com/guide/) @@ -72,3 +76,18 @@ Did I spark your interest? * [Issue Tracker](https://github.com/astral-sh/rye/issues), if you run into bugs or have suggestions * [Badges](https://rye-up.com/community/#badges), if you want to show that you use Rye * License: MIT + +## Astral + +Rye now is a project maintained by the [Astral][astral] team: +* [Rye grows with `uv`](https://lucumr.pocoo.org/2024/2/15/rye-grows-with-uv/) +* [`uv`: Python packaging in Rust](https://astral.sh/blog/uv) + + +
+ + Made by Astral + +
+ +[astral]: https://astral.sh diff --git a/artwork/badge.json b/artwork/badge.json index 77a49460bc..1d474a793c 100644 --- a/artwork/badge.json +++ b/artwork/badge.json @@ -1,8 +1,8 @@ { "label": "", "message": "Rye", - "logoSvg": "", + "logoSvg": "", "logoWidth": 12, - "labelColor": "white", - "color": "#ADC541" + "labelColor": "grey", + "color": "#261230" } \ No newline at end of file