Skip to content

openedx/open-edx-proposals

Repository files navigation

Open edX Proposals Index

License Documentation status-badge contributors-badge

OEP (pronounced “oh-epp”) stands for Open edX (Enhancement) Proposal. An OEP is a document that details a specific technology or community decision being made by the Open edX community, in the form of a best practice, architecture design, or process adjustment. An OEP should provide the use cases and rationales that surround that choice. OEPs are not the only way for a change to be made to Open edX, however, the goal is to create a collection of OEP documents as a repository or knowledge archive of large and broadly relevant choices made for the platform.

View the published list of Open edX Proposals (OEPs) on ReadTheDocs.

Getting Started

This repository holds a bunch of text files, each of which represent an OEP or supplementary documentation. For browsing these OEPs, we recommend you read them in their published form on ReadTheDocs.

Contributing

Contributions are very welcome. Please read How To Contribute for details.

OEPs are foundational community documents. The whole community is invited to collaborate on these documents, from writing to fixing to updating to reviewing. Persons interested in following OEP progress should join the #open-edx-proposals Slack channel and/or follow the Announcements category in the forums.

Any member of the community is welcome to propose changes or addendums to existing OEPs, or to propose a brand new one! All that is needed is to fork this repo and get writing. We use ReStructured Text (RST) to write all our OEPs, and we discuss all proposed changes and additions on pull requests.

Testing Locally

Before you make a pull request with your proposed changes, please try to visually test your changes first.

To test locally in a Python virtual env, you will first need to install GraphViz On a Mac, this can be done via brew install graphviz; on Ubuntu, use sudo apt install graphviz; on Red Hat variants use sudo dnf install graphviz. Next run the following commands:

pip install sphinx  # it may fail for non-obvious reasons without this
make requirements

make html

Common Warnings

Document isn't Included in any toctree

If you have some documents that you only reference via :doc: or :ref: tags you may get this error. If there is no table of contents that the files obviously belong in, an easy way to fix this error is to put the documents in a hidden toctree near where they are referenced:

.. toctree::
    :hidden:

    path/to/referenced-file.rst

Getting Help

If you're having difficulties writing or testing, reach out to us on the discussion forums. Be sure to categorize your question appropriately -if you're looking for technical help, the Development category is what you want. If you're stuck on an idea and could use some community help in bringing it to life, try the Collaborative Proposals category!

Code of Conduct

All contributors to and reviewers of documentation in this repo must adhere to the Open edX Code of Conduct. If you witness a breach of the Code of Conduct, please reach out to the maintainer of this repo or to the contacts listed in the Code of Conduct text.

People

See the open-edx-proposals Backstage page for more information about who the maintainers of this repo are and how to get in touch with them.

Reporting Security Issues

Please do not report security issues in public. Please email security@openedx.org.

About

Proposals for Open edX architecture, best practices and processes

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published