Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

I made a repo with the edx-cookiecutters repo, and found parts that would have to change for repos in the edx GitHub organization instead of the openedx organization.

edx-cookiecutters has an issue for dealing with these organization differences: https://github.com/openedx/edx-cookiecutters/issues/308

Throughout

README

Purpose

  • Includes a TODO: “It should be described in the context of other repositories under the ``openedx`` organization. It should make clear where this fits in to the overall Open edX codebase and should be oriented towards people who are new to the Open edX project.”

Deploying / Documentation

  • Both refer to docs.openedx.org

More Help

Contributing

  • edx repos are not currently accepting contributions.

Code of Conduct

  • It’s a little counter-intuitive, but I think it’s fine to keep the references to the Open edX code of conduct.

People

  • Links to backstage.openedx.org

Security

openedx.yaml

  • It should not have an openedx-release section.

setup.py

  • The author and author_email values need to be corrected to “edX” and “oscm@edx.org”

    • (that’s what’s in the cookiecutter now, but we have to fix that to be Axim-centric.)

No changes needed

  • catalog-info.yaml

  • CHANGELOG.rst

  • LICENSE.txt

  • Makefile

  • setup.cfg

  • tox.ini

  • No labels