From 4a1a6098516ca98637a36e89db66a8e29b6fa252 Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Wed, 31 Jul 2024 10:43:38 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b243f97..d395c46 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +⛔️ WARNING +========== + +This repository is under-maintained. We are not fixing bugs or developing new features for it. We hope to deprecate and replace it soon. For updates, [follow along on the DEPR ticket](https://github.com/openedx/public-engineering/issues/22) + +Although we have stopped integrating new contributions, we always appreciate security disclosures and patches sent to security@openedx.org + xqueue_watcher ========== @@ -153,4 +160,4 @@ grader.add_preprocessor(gradelib.wrap_in_string) grader.add_test(gradelib.ExecWrappedStudentCodeTest({}, "basic test")) ``` -You can also write your own test class, processor and input checks. \ No newline at end of file +You can also write your own test class, processor and input checks.