diff options
author | Arun Kumar Mohan <arunmohandm@gmail.com> | 2019-08-28 04:05:37 -0500 |
---|---|---|
committer | Arun Kumar Mohan <arunmohandm@gmail.com> | 2019-08-28 05:01:15 -0500 |
commit | 7f15dacb5504b0ba7f9eb73e8a60e494e3473274 (patch) | |
tree | 6dea6febe7cb7771f94f60b17cee27126a4d0245 /doc | |
parent | c0ff11820228acbc27369e99db9bbf9a80a8405b (diff) | |
download | gitlab-ce-7f15dacb5504b0ba7f9eb73e8a60e494e3473274.tar.gz |
Remove csslab
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/ee_features.md | 2 |
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) |