From bb6af3cf7137cf401ec4e1ddcf41409287e47735 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Sun, 25 Feb 2024 14:25:40 -0600 Subject: [PATCH 1/7] docs: update badging, add astral discord --- README.md | 12 +++++++++++- artwork/badge.json | 5 ++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b3929bfc4..35cdcaece1 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&logoColor=D7FF64&label=Version&color=261230)](https://github.com/astral-sh/rye/releases/) +[![GitHub](https://img.shields.io/github/license/astral-sh/rye?logo=github&logoColor=D7FF64&color=261230)](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&logoColor=D7FF64&color=261230)](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://img.shields.io/discord/1108809133131563092?logo=discord&logoColor=D7FF64&label=Rye%20Discord&color=261230)](https://discord.gg/drbkcdtSbg)
@@ -72,3 +76,9 @@ 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 + +
+ + Made by Astral + +
\ No newline at end of file diff --git a/artwork/badge.json b/artwork/badge.json index 77a49460bc..c6aefa148c 100644 --- a/artwork/badge.json +++ b/artwork/badge.json @@ -1,8 +1,7 @@ { "label": "", "message": "Rye", - "logoSvg": "", + "logoSvg": "", "logoWidth": 12, - "labelColor": "white", - "color": "#ADC541" + "color": "#261230" } \ No newline at end of file From 3fdfcce11490129db7679ad7b84b51803584c154 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Sun, 25 Feb 2024 14:36:09 -0600 Subject: [PATCH 2/7] infra: source templates for issues and PRs --- .github/ISSUE_TEMPLATE.md | 10 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..7c14b491c9 --- /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 + + From 79effc3d7daad7d10ffb816babe346dea6836113 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Sun, 25 Feb 2024 14:51:11 -0600 Subject: [PATCH 3/7] fix: proper coloring for badge --- artwork/badge.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artwork/badge.json b/artwork/badge.json index c6aefa148c..1d474a793c 100644 --- a/artwork/badge.json +++ b/artwork/badge.json @@ -1,7 +1,8 @@ { "label": "", "message": "Rye", - "logoSvg": "", + "logoSvg": "", "logoWidth": 12, + "labelColor": "grey", "color": "#261230" } \ No newline at end of file From dea4022d89c5d6a0fbea05e5dc8ab270f2fe50af Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Sun, 25 Feb 2024 14:56:12 -0600 Subject: [PATCH 4/7] docs: add historical references for Rye's transition --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35cdcaece1..fa637f1aa5 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,16 @@ 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/) * [Report Problems in the Issue Tracker](https://github.com/astral-sh/rye/issues) +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) + ## More * [Discussion Forum](https://github.com/astral-sh/rye/discussions), to discuss the project @@ -81,4 +85,6 @@ Did I spark your interest? Made by Astral - \ No newline at end of file + + +[astral]: https://astral.sh From 5ac928057814e75e4f28d1a8997956fed4155d4d Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Sun, 25 Feb 2024 14:57:06 -0600 Subject: [PATCH 5/7] fix(infra): update missed docstrings --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7c14b491c9..7c6910c487 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,6 +5,6 @@ If you're filing a bug report, please consider including the following informati * A minimal code snippet that reproduces the bug. * The command you invoked (e.g., `rye add "flask>=2.0"`), ideally including the `--verbose` flag. -* The current uv platform. -* The current uv version (`rye --version`). +* The current Rye platform. +* The current Rye version (`rye --version`). --> From 176b7accbba5e0d9e9b17fc4918b24c05f27e868 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Sun, 25 Feb 2024 15:03:07 -0600 Subject: [PATCH 6/7] docs: move section --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa637f1aa5..b0854b6dfa 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,6 @@ Did we spark your interest? * [Read the Documentation](https://rye-up.com/guide/) * [Report Problems in the Issue Tracker](https://github.com/astral-sh/rye/issues) -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) - ## More * [Discussion Forum](https://github.com/astral-sh/rye/discussions), to discuss the project @@ -81,6 +77,13 @@ Rye now is a project maintained by the [Astral][astral] team: * [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 From 40f60754f59417268d699f09a8de895e00592827 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Tue, 19 Mar 2024 16:47:22 -0500 Subject: [PATCH 7/7] docs: revert astral badge coloring, but keep new badges (?) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0854b6dfa..942a86629a 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com) -[![Rye Version](https://img.shields.io/github/v/release/astral-sh/rye?logo=github&logoColor=D7FF64&label=Version&color=261230)](https://github.com/astral-sh/rye/releases/) -[![GitHub](https://img.shields.io/github/license/astral-sh/rye?logo=github&logoColor=D7FF64&color=261230)](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&logoColor=D7FF64&color=261230)](https://github.com/astral-sh/rye/actions/workflows/release.yml) +[![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://img.shields.io/discord/1108809133131563092?logo=discord&logoColor=D7FF64&label=Rye%20Discord&color=261230)](https://discord.gg/drbkcdtSbg) +[![Rye Discord](https://dcbadge.vercel.app/api/server/drbkcdtSbg?style=flat)](https://discord.gg/drbkcdtSbg)