Skip to content

Commit

Permalink
JavaScript use policy
Browse files Browse the repository at this point in the history
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
  • Loading branch information
deshipu committed Dec 10, 2013
1 parent 3089dbd commit e646769
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions doc/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e646769

Please sign in to comment.