diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-15 09:52:54 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-15 09:52:54 +0000 |
commit | 4768521a6e9d6d8b9a57398ebb5d03aed5b5ac77 (patch) | |
tree | b37aad6df1792cea3fcf769f5f2dfb7e609ddb74 | |
parent | 46ff67a5aa49e4822a2686963550d1ee94f077ef (diff) | |
parent | 4ed7ffd385182bd54098d7066143c13a113d4454 (diff) | |
download | gitlab-ce-4768521a6e9d6d8b9a57398ebb5d03aed5b5ac77.tar.gz |
Merge branch 'update-implement-design-ui-elements-in-CONTRIBUTING' into 'master'
Simplify the 'Implement design & UI elements' section in CONTRIBUTING
There's a nice documentation page in the gitlab-design page, so just link to it!
See merge request !6249
-rw-r--r-- | CONTRIBUTING.md | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c77dcd96a7d..549918284c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,19 +91,7 @@ This was inspired by [an article by Kent C. Dodds][medium-up-for-grabs]. ## Implement design & UI elements -### Design reference - -The GitLab design reference can be found in the [gitlab-design] project. -The designs are made using Antetype (`.atype` files). You can use the -[free Antetype viewer (Mac OSX only)] or grab an exported PNG from the design -(the PNG is 1:1). - -The current designs can be found in the [`gitlab8.atype` file]. - -### UI development kit - -Implemented UI elements can also be found at https://gitlab.com/help/ui. Please -note that this page isn't comprehensive at this time. +Please see the [UI Guide for building GitLab]. ## Issue tracker @@ -489,7 +477,5 @@ available at [http://contributor-covenant.org/version/1/1/0/](http://contributor [doc-styleguide]: doc/development/doc_styleguide.md "Documentation styleguide" [scss-styleguide]: doc/development/scss_styleguide.md "SCSS styleguide" [newlines-styleguide]: doc/development/newlines_styleguide.md "Newlines styleguide" -[gitlab-design]: https://gitlab.com/gitlab-org/gitlab-design -[free Antetype viewer (Mac OSX only)]: https://itunes.apple.com/us/app/antetype-viewer/id824152298?mt=12 -[`gitlab8.atype` file]: https://gitlab.com/gitlab-org/gitlab-design/tree/master/current/ +[UI Guide for building GitLab]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/ui_guide.md [license-finder-doc]: doc/development/licensing.md |