From 9d0dc681045728b561382b296f4fe1a2ddbd7ceb Mon Sep 17 00:00:00 2001
From: Victor Wu <wu.victor@gmail.com>
Date: Fri, 11 Nov 2016 17:25:04 +0000
Subject: [PATCH] Update README.md to link to UX guide

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index dbe6db3ebed9a..f63543ca39d67 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,10 @@ GitLab is a Ruby on Rails application that runs on the following software:
 
 For more information please see the [architecture documentation](https://docs.gitlab.com/ce/development/architecture.html).
 
+## UX design
+
+Please adhere to the [UX Guide](doc/development/ux_guide/readme.md) when creating designs and implementing code.
+
 ## Third-party applications
 
 There are a lot of [third-party applications integrating with GitLab](https://about.gitlab.com/applications/). These include GUI Git clients, mobile applications and API wrappers for various languages.
-- 
GitLab