You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details about how to become a contributor to the Open edX project may be found in the wiki at `How to contribute`_
49
72
50
73
.. _How to contribute: https://edx.readthedocs.io/projects/edx-developer-guide/en/latest/process/index.html
@@ -55,32 +78,45 @@ can find it it at `PULL_REQUEST_TEMPLATE.md <https://github.com/openedx/frontend
55
78
This project is currently accepting all types of contributions, bug fixes and security fixes
56
79
57
80
The Open edX Code of Conduct
58
-
----------------------------
81
+
============================
59
82
All community members should familiarize themselves with the `Open edX Code of Conduct`_.
60
83
61
84
.. _Open edX Code of Conduct: https://openedx.org/code-of-conduct/
62
85
63
86
People
64
-
------
87
+
======
65
88
The assigned maintainers for this component and other project details may be found in Backstage or from inspecting catalog-info.yaml.
66
89
67
90
Reporting Security Issues
68
91
-------------------------
69
92
Please do not report security issues in public. Please email security@openedx.org.
70
93
71
94
Project Structure
72
-
-----------------
95
+
=================
73
96
74
97
The source for this project is organized into nested submodules according to the ADR `Feature-based Application Organization <https://github.com/openedx/frontend-app-discussions/blob/master/docs/decisions/0002-feature-based-application-organization.rst>`_.
75
98
76
99
Build Process Notes
77
-
-------------------
100
+
===================
78
101
79
102
**Production Build**
80
103
81
104
The production build is created with ``npm run build``.
82
105
106
+
License
107
+
=======
108
+
109
+
The code in this repository is licensed under the AGPLv3 unless otherwise
110
+
noted.
111
+
112
+
Please see `LICENSE <LICENSE>`_ for details.
113
+
83
114
Internationalization
84
-
--------------------
115
+
====================
85
116
86
117
Please see `edx/frontend-platform's i18n module <https://edx.github.io/frontend-platform/module-Internationalization.html>`_ for documentation on internationalization. The documentation explains how to use it, and the `How To <https://github.com/openedx/frontend-i18n/blob/master/docs/how_tos/i18n.rst>`_ has more detail.
118
+
119
+
Reporting Security Issues
120
+
=========================
121
+
122
+
Please do not report security issues in public. Please email security@openedx.org.
0 commit comments