summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-08-28 15:12:20 +0000
committerClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-08-28 15:12:20 +0000
commit51a63cce236f7a51edf6cf399c7d39624c15e24c (patch)
treee87c4aaf38c05c9130ef9714779f2d88949c0737 /doc
parent4b23faab2c4428a9cde7f16a08b3e6059069890c (diff)
parent7f15dacb5504b0ba7f9eb73e8a60e494e3473274 (diff)
downloadgitlab-ce-51a63cce236f7a51edf6cf399c7d39624c15e24c.tar.gz
Merge branch 'csslab-removal' into 'master'
Remove csslab Closes #66661 See merge request gitlab-org/gitlab-ce!32330
Diffstat (limited to 'doc')
-rw-r--r--doc/development/ee_features.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/development/ee_features.md b/doc/development/ee_features.md
index 1358851f3cd..391361a4b8f 100644
--- a/doc/development/ee_features.md
+++ b/doc/development/ee_features.md
@@ -1047,8 +1047,6 @@ code base. Examples of backports include the following:
Here is a workflow to make sure those changes end up backported safely into CE too.
-(This approach does not refer to changes introduced via [csslab](https://gitlab.com/gitlab-org/csslab/).)
-
1. **Make your changes in the EE branch.** If possible, keep a separated commit (to be squashed) to help backporting and review.
1. **Open merge request to EE project.**
1. **Apply the changes you made to CE files in a branch of the CE project.** (Tip: Use `patch` with the diff from your commit in EE branch)