JavaScript use policy

Add a point to HACKING.rst pointing to the Horizon docs about
contributing.

Add information about JavaScript support policy to the contributing
docs.

The policy is based on:
http://lists.openstack.org/pipermail/openstack-dev/2013-November/020342.html

Change-Id: I16a51c7ab7faf68d6e7984c113da175c5c08650d
This commit is contained in:
Radomir Dopieralski 2013-11-26 13:14:26 +01:00
parent 3089dbdcb9
commit e6467692d4
2 changed files with 8 additions and 1 deletions

View File

@ -8,4 +8,4 @@ Horizon Style Commandments
Horizon Specific Commandments
-----------------------------
None so far
- Read the Horizon contributing documentation at http://docs.openstack.org/developer/horizon/contributing.html

View File

@ -153,6 +153,13 @@ allowances we make:
* Clear the ``Maximum number of errors`` field.
* Add ``horizon,$`` to the ``Predefined`` list.
We don't require that everything works with JavaScript disabled. It's fine to
introduce features that require that JavaScript is enabled in the user's web
browser.
The code has to work on the stable versions of Firefox, Chrome, Safari, and
Opera web browsers, and on Microsoft Internet Explorer 8 and later.
.. _JSLint: http://jslint.com/
CSS