From b5fbf853c75ddb233a813b5956f15ef029be1833 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 13 May 2015 11:21:16 -0400 Subject: [PATCH] Add pointers to guidelines of specific concern. --- CONTRIBUTING.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index cc9e0c1cef..930405115e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -124,6 +124,20 @@ include things like documentation and passing tests: see the .. _contributor documentation: http://edx.readthedocs.org/projects/userdocs/en/latest/process/contributor.html +Areas of particular concern with their own detailed guidelines are: + +* `Accessibility`_: making sure our applications can + be used by people with disabilities, in keeping with the edX + `website accessibility policy`_. +* `Internationalization`_: enabling translation for use + around the world. + + +.. _Accessibility: http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/accessibility.html +.. _website accessibility policy: https://www.edx.org/accessibility +.. _Internationalization: http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/internationalization/index.html + + Step 4: Approval by Community Manager and Product Owner =======================================================