diff options
author | Victor Wu <wu.victor@gmail.com> | 2016-11-11 17:25:04 +0000 |
---|---|---|
committer | Victor Wu <wu.victor@gmail.com> | 2016-11-11 17:25:04 +0000 |
commit | 9d0dc681045728b561382b296f4fe1a2ddbd7ceb (patch) | |
tree | 961e8e335b7344f544c2256374153577ef81b78b /README.md | |
parent | 406eda17d444e534bfa429d8c72a90c8f91a6f00 (diff) | |
download | gitlab-ce-9d0dc681045728b561382b296f4fe1a2ddbd7ceb.tar.gz |
Update README.md to link to UX guide
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index dbe6db3ebed..f63543ca39d 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. |