From e150ab9cee64a596297b307739fc7e0a4bc55ae7 Mon Sep 17 00:00:00 2001
From: Karen Carias <karen@gitlab.com>
Date: Mon, 8 Jun 2015 20:31:02 +0000
Subject: [PATCH] Added info about milestones and wiki pages not imported from
 Bitbucket

---
 .../import_projects_from_bitbucket.md         | 49 ++++++++++---------
 1 file changed, 26 insertions(+), 23 deletions(-)

diff --git a/doc/workflow/import_projects_from_bitbucket.md b/doc/workflow/import_projects_from_bitbucket.md
index 341b1a5f86c..31e84a722e4 100644
--- a/doc/workflow/import_projects_from_bitbucket.md
+++ b/doc/workflow/import_projects_from_bitbucket.md
@@ -1,23 +1,26 @@
-# Import your project from Bitbucket to GitLab
-
-It takes just a few steps to import your existing Bitbucket projects to GitLab. But keep in mind that it is possible only if Bitbucket support is enabled on your GitLab instance. You can read more about Bitbucket support [here](doc/integration/bitbucket.md).
-
-1. Sign in to GitLab.com and go to your dashboard
-
-2. Click on "New project"
-
-![New project in GitLab](bitbucket_importer/bitbucket_import_new_project.jpg)
-
-3. Click on the "Bitbucket" button
-
-![Bitbucket](bitbucket_importer/bitbucket_import_select_bitbucket.jpg)
-
-4. Grant GitLab access to your Bitbucket account
-
-![Grant access](bitbucket_importer/bitbucket_import_grant_access.jpg)
-
-5. Click on the projects that you'd like to import or "Import all projects"
-
-![Import projects](bitbucket_importer/bitbucket_import_select_project.png)
-
-A new GitLab project will be created with your imported data.
+# Import your project from Bitbucket to GitLab
+
+It takes just a few steps to import your existing Bitbucket projects to GitLab. But keep in mind that it is possible only if Bitbucket support is enabled on your GitLab instance. You can read more about Bitbucket support [here](doc/integration/bitbucket.md).
+
+1. Sign in to GitLab.com and go to your dashboard
+
+2. Click on "New project"
+
+![New project in GitLab](bitbucket_importer/bitbucket_import_new_project.jpg)
+
+3. Click on the "Bitbucket" button
+
+![Bitbucket](bitbucket_importer/bitbucket_import_select_bitbucket.jpg)
+
+4. Grant GitLab access to your Bitbucket account
+
+![Grant access](bitbucket_importer/bitbucket_import_grant_access.jpg)
+
+5. Click on the projects that you'd like to import or "Import all projects"
+
+![Import projects](bitbucket_importer/bitbucket_import_select_project.png)
+
+A new GitLab project will be created with your imported data.
+
+### Note
+Milestones and wiki pages are not imported from Bitbucket.
\ No newline at end of file
-- 
GitLab