From b20a27965e055a22dfc1640ad9319697367ed626 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Wed, 11 Sep 2024 10:37:53 -0400 Subject: [PATCH] docs: add deprecation notice (#648) --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index b3d6b335..4b2e1498 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,13 @@ +⚠️ DEPRECATION WARNING +====================== + +This repository is `deprecated`_. It will no longer receive maintenance, support, or updates from the Open edX project. + +At the time of writing, edX.org still runs `a fork`_ of this repository, but neither they nor the Open edX project make any guarantees about the stability or long-term availability of that code. + +.. _deprecated: https://github.com/openedx/public-engineering/issues/276 +.. _a fork: https://github.com/edx/registrar + Registrar service |Travis|_ |Codecov|_ ===================================================