diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cf6029e0..744c4988 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 diff --git a/README.rst b/README.rst index 4c85545c..689d9c29 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 - -