From 6f0fea6e64beef122306c6b2e810e7d6c6c65824 Mon Sep 17 00:00:00 2001 From: Jenny Barry Date: Tue, 12 May 2026 09:06:54 -0400 Subject: [PATCH] Update README for two weeks past migration --- README.md | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index d6f3440..6f753c7 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,3 @@ -# Repository Migration Notice - -> [!IMPORTANT] -> This repository has moved to the **RAI-Opensource** GitHub organization! -> -> Current status: **Migrated**. -> -> - Migration target org: -> - Previous target org: -> -> What to do now: -> -> - Update your git remote: -> -> ```bash -> git remote set-url origin https://github.com/RAI-Opensource/spot_wrapper -> ``` -> -> - If you maintain downstream docs/scripts, update links from this repository to the new org. -> - # Spot Wrapper ![Python](https://img.shields.io/badge/python-3.10-blue) @@ -50,6 +29,16 @@ To update requirements.txt, use pipreqs . --force ``` +# Migration Notice + +On April 28, 2026 this repository moved to the **RAI-Opensource** GitHub organization. If you are still pulling from the previous bdaiinstitute GitHub organization, please update your git remote: + ```bash + git remote set-url origin https://github.com/RAI-Opensource/spot_wrapper + ``` + +If you maintain downstream docs/scripts, update links from this repository to the new org. + + # Contributing This repository enforces `ruff` and `black` linting. To verify that your code will pass inspection, install `pre-commit` and run: ```bash