diff options
author | Luke Bennett <lbennett@gitlab.com> | 2019-01-30 15:40:35 +0000 |
---|---|---|
committer | Luke Bennett <lbennett@gitlab.com> | 2019-01-30 15:40:35 +0000 |
commit | ed8406c4f99010415c043fe669bf2f4b0cd6d652 (patch) | |
tree | 88d14f24c0b4bd8da0ec9fc7f852d7adc0abe3fd | |
parent | cb76f79dbb0c87f72cfadfb0d10ef3ba0493ad10 (diff) | |
download | gitlab-ce-vue-merge-restriction.tar.gz |
Remove expert requirement for merging vue featuresvue-merge-restriction
-rw-r--r-- | doc/development/fe_guide/development_process.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/development/fe_guide/development_process.md b/doc/development/fe_guide/development_process.md index 905668eef58..3442a018432 100644 --- a/doc/development/fe_guide/development_process.md +++ b/doc/development/fe_guide/development_process.md @@ -71,7 +71,5 @@ GitLab's architecture. sharing a Merge Request with a reviewer or a maintainer. ### Vue features -1. Follow the steps in [Vue.js Best Practices](vue.md) +1. Follow the steps in [Vue.js Best Practices](vue.md). 1. Follow the style guide. -1. Only a handful of people are allowed to merge Vue related features. -Reach out to one of Vue experts early in this process. |