From 0b2eb422f406a12d52fcb7b8667014de223c8de2 Mon Sep 17 00:00:00 2001 From: Sandeep C Date: Wed, 7 Jan 2026 15:40:00 +0530 Subject: [PATCH 1/2] Revert "fix: remove premature deprecation notice to README" This reverts commit 8760ddc458e5ee555d41e4aeac7cc0153458c4de. --- README.rst | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.rst b/README.rst index 4c85545c3..689d9c29b 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,3 @@ -⚠️ **DEPRECATION NOTICE** -########################## - -This repository is **deprecated** and no longer actively developed. - -- 2U maintains a fork located at `edx/enterprise-access `_. -- If you or your organization wants to adop maintenance of openedx/enterprise-access, - please reach out to OpenEdx via `Slack `_. - -Original README -################ - Service to manage access to content for enterprise users. Setting up enterprise-access @@ -163,7 +151,7 @@ Our real-time conversations are on Slack. You can request a `Slack invitation`_, For more information about these options, see the `Getting Help`_ page. -.. _Slack invitation: https://openedx.org/slack +.. _Slack invitation: https://openedx-slack-invite.herokuapp.com/ .. _community Slack workspace: https://openedx.slack.com/ .. _Getting Help: https://openedx.org/getting-help @@ -190,5 +178,3 @@ For more information about these options, see the `Getting Help`_ page. .. |license-badge| image:: https://img.shields.io/github/license/edx/enterprise-access.svg :target: https://github.com/edx/enterprise-access/blob/main/LICENSE.txt :alt: License - - From fe1e1d493893aa7ca82262e844d32a675c37586e Mon Sep 17 00:00:00 2001 From: Sandeep C Date: Wed, 7 Jan 2026 15:40:56 +0530 Subject: [PATCH 2/2] Revert "chore: remove deprecation notice to PR template" This reverts commit bb29b5c98590106b57f2f30a28fad8d667d724e5. --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cf6029e06..744c49884 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,14 @@ -⚠️ **DEPRECATION NOTICE** -------------------------- +**Description:** +Add a description of your changes here. -This repository is **deprecated** and no longer actively developed. +**Jira:** +ENT-XXXX -- 2U maintains a fork located at [edx/enterprise-access](https://github.com/edx/enterprise-access). -- If you or your organization wants to adopt maintenance of openedx/enterprise-access, - please reach out to OpenEdx via [Slack](https://openedx.org/slack). +**Merge checklist:** +- [ ] `./manage.py makemigrations` has been run + - *Note*: This **must** be run if you modified any models. + - It may or may not make a migration depending on exactly what you modified, but it should still be run. + +**Post merge:** +- [ ] Ensure that your changes went out to the stage instance +- [ ] Deploy to prod instance