diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-04-19 10:39:05 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-04-19 10:39:05 +0100 |
commit | 2a328a0ee5fbdc43100baf7ac153ae9322d8b3f1 (patch) | |
tree | 14df7c5543b9bf61e557e4c97342cf028849900b /doc/development/fe_guide/index.md | |
parent | 18e4f13c0717914709095f9b9664bfa2aba3b11f (diff) | |
download | gitlab-ce-steps-to-MR.tar.gz |
Diagram renders in a new line.steps-to-MR
Remove extra blankspace
Diffstat (limited to 'doc/development/fe_guide/index.md')
-rw-r--r-- | doc/development/fe_guide/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md index b2a6189ff83..c9dd9f45abf 100644 --- a/doc/development/fe_guide/index.md +++ b/doc/development/fe_guide/index.md @@ -59,13 +59,15 @@ branch from `new-feature`, let's call it `new-feature-step-2` and repeat the pro **Tips** - Make sure `new-feature` branch is always synced with `master`: merge master frequently. - Do the same for the feature branch you have opened. This can be accomplished by merging `master` into `new-feature` and `new-feature` into `new-feature-step-*` -- Avoid rewriting history. +- Avoid rewriting history. ### Share your work early 1. Before writing code guarantee your vision of the architecture is aligned with GitLab's architecture. 1. Add a diagram to the issue and ask a Frontend Architecture about it. +  + 1. Don't take more than one week between starting work on a feature and sharing a Merge Request with a reviewer or a maintainer. |