From e6467692d452a40d1a386c992bc9cb62af72ab67 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 26 Nov 2013 13:14:26 +0100 Subject: [PATCH] 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 --- HACKING.rst | 2 +- doc/source/contributing.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 3db4e41dc8..8d394d6514 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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 diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index fada39dab3..224140c9b6 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -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