From 8045d67376669c97c2de975db538c72751bad774 Mon Sep 17 00:00:00 2001 From: karen Carias Date: Wed, 24 Jun 2015 14:57:46 -0700 Subject: added info about GitHub importing --- doc/workflow/importing/import_projects_from_github.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/workflow/importing/import_projects_from_github.md b/doc/workflow/importing/import_projects_from_github.md index aad2c63817d..428beaeef53 100644 --- a/doc/workflow/importing/import_projects_from_github.md +++ b/doc/workflow/importing/import_projects_from_github.md @@ -3,6 +3,8 @@ It takes just a couple of steps to import your existing GitHub projects to GitLab. Keep in mind that it is possible only if GitHub support is enabled on your GitLab instance. You can read more about GitHub support [here](http://doc.gitlab.com/ce/integration/github.html) +You can import your existing GitHub Enterprise projects following these same steps. You'll also need to [enable GitHub Enterprise support](http://doc.gitlab.com/ee/integration/github.html) on your GitLab instance. + * Sign in to GitLab.com and go to your dashboard. * To get to the importer page, you need to go to the "New project" page. @@ -15,4 +17,4 @@ GitHub support is enabled on your GitLab instance. You can read more about GitHu * To import a project, you can simple click "Add". The importer will import your repository and issues. Once the importer is done, a new GitLab project will be created with your imported data. ### Note -When you import your projects from GitHub, it is not possible to keep your labels and milestones and issue numbers won't match. We are working on improving this in the near future. \ No newline at end of file +When you import your projects from GitHub, it is not possible to keep your labels and milestones and issue numbers won't match. We are working on improving this in the near future. -- cgit v1.2.1 From b7930718a3e62b7e45936ac232c643edd0f735d2 Mon Sep 17 00:00:00 2001 From: karen Carias Date: Thu, 25 Jun 2015 11:43:41 -0700 Subject: added info about EE --- doc/workflow/importing/import_projects_from_github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/workflow/importing/import_projects_from_github.md b/doc/workflow/importing/import_projects_from_github.md index 428beaeef53..150e6dd452c 100644 --- a/doc/workflow/importing/import_projects_from_github.md +++ b/doc/workflow/importing/import_projects_from_github.md @@ -3,7 +3,7 @@ It takes just a couple of steps to import your existing GitHub projects to GitLab. Keep in mind that it is possible only if GitHub support is enabled on your GitLab instance. You can read more about GitHub support [here](http://doc.gitlab.com/ce/integration/github.html) -You can import your existing GitHub Enterprise projects following these same steps. You'll also need to [enable GitHub Enterprise support](http://doc.gitlab.com/ee/integration/github.html) on your GitLab instance. +You can import your existing GitHub Enterprise projects to GitLab Enterprise Edition only. You'd need to follow these same steps, but you'd also need to [enable GitHub Enterprise support](http://doc.gitlab.com/ee/integration/github.html) on your GitLab EE instance. * Sign in to GitLab.com and go to your dashboard. * To get to the importer page, you need to go to the "New project" page. -- cgit v1.2.1 From c7f89e9ceb8ed31ae1f0165e190cbcfed32a846e Mon Sep 17 00:00:00 2001 From: karen Carias Date: Thu, 25 Jun 2015 16:29:49 -0700 Subject: fixed phrase --- doc/workflow/importing/import_projects_from_github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/workflow/importing/import_projects_from_github.md b/doc/workflow/importing/import_projects_from_github.md index 150e6dd452c..3efa92cb868 100644 --- a/doc/workflow/importing/import_projects_from_github.md +++ b/doc/workflow/importing/import_projects_from_github.md @@ -3,7 +3,7 @@ It takes just a couple of steps to import your existing GitHub projects to GitLab. Keep in mind that it is possible only if GitHub support is enabled on your GitLab instance. You can read more about GitHub support [here](http://doc.gitlab.com/ce/integration/github.html) -You can import your existing GitHub Enterprise projects to GitLab Enterprise Edition only. You'd need to follow these same steps, but you'd also need to [enable GitHub Enterprise support](http://doc.gitlab.com/ee/integration/github.html) on your GitLab EE instance. +If you want to import from a GitHub Enterprise instance, you need to use GitLab Enterprise; please see the [EE docs for the GitHub integration](http://doc.gitlab.com/ee/integration/github.html). * Sign in to GitLab.com and go to your dashboard. * To get to the importer page, you need to go to the "New project" page. -- cgit v1.2.1