diff options
author | Stan Hu <stanhu@gmail.com> | 2017-09-15 06:58:49 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-09-15 06:58:49 +0000 |
commit | 5effeae0549ae050e57664069b655a470646921a (patch) | |
tree | 6aced28affebd52e7db4101612a65476a03cca3b | |
parent | 60be5132fc1148310720ea72a4fd7c98d84a7d13 (diff) | |
parent | 49fc0da86bd99a549eb4532f86056604361946d3 (diff) | |
download | gitlab-ce-5effeae0549ae050e57664069b655a470646921a.tar.gz |
Merge branch 'patch-26' into 'master'
add info about UX label to feature proposal to CONTRIBUTING.md
See merge request gitlab-org/gitlab-ce!14281
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f25171e8a6..dfb2ce0099a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -286,7 +286,10 @@ might be edited to make them small and simple. Please submit Feature Proposals using the ['Feature Proposal' issue template](.gitlab/issue_templates/Feature Proposal.md) provided on the issue tracker. -For changes in the interface, it can be helpful to create a mockup first. +For changes in the interface, it is helpful to include a mockup. Issues that add to, or change, the interface should +be given the ~"UX" label. This will allow the UX team to provide input and guidance. You may +need to ask one of the [core team] members to add the label, if you do not have permissions to do it by yourself. + If you want to create something yourself, consider opening an issue first to discuss whether it is interesting to include this in GitLab. |