From 0157c699bfd0e410d824e5c6fbbbec386a7e00b6 Mon Sep 17 00:00:00 2001
From: Clement Ho <clemmakesapps@gmail.com>
Date: Tue, 20 Feb 2018 20:32:06 +0000
Subject: [PATCH] Add excerpt about not supporting GitLab running without
 Javascript

---
 doc/install/requirements.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 4324b4ca0b84c..b2c9177e6ebed 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -192,3 +192,6 @@ use the CI features.
 We support the current and the previous major release of Firefox, Chrome/Chromium, Safari and Microsoft browsers (Microsoft Edge and Internet Explorer 11).
 
 Each time a new browser version is released, we begin supporting that version and stop supporting the third most recent version.
+
+Note: We do not support running GitLab with JavaScript disabled in the browser and have no plans of supporting that
+in the future because we have features such as Issue Boards which require JavaScript extensively.
-- 
GitLab