From f629c288ee81d9e0a195497d51598e7a3febe71d Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Tue, 24 Mar 2020 08:51:17 +0100 Subject: [PATCH 1/2] Add faq about repo managers --- docs/FAQ.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 3e0093355e..0945ef696a 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -20,3 +20,12 @@ Additional open sourced plugins would be added to the `plugins` directory in thi While we encourage using the open soure model, integrators that want to experiment with Backstage internally may also choose to develop closed source plugins in a manner that suits them best, for example in their respective Backstage source repository. + +## Any plans for integrating with other repository managers such as Gitlab or Bitbucket? + +We chose Github by the fact that it is the tool that we are most familiar with and that will naturally +lead to integrations for Github specifically being developed in an early stage. + +Hosting this project on Github does not exclude integrations with other alternatives such as Gitlab or +Bitbucket. We believe that in time there will be plugins that will provide functionality for these tools +as well. Hopefully contributed by the community. From 6b8f0d3961d0c86447996726271ad91346f261dd Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Tue, 24 Mar 2020 09:06:42 +0100 Subject: [PATCH 2/2] Review comment --- docs/FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 0945ef696a..9b9fff564e 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -29,3 +29,5 @@ lead to integrations for Github specifically being developed in an early stage. Hosting this project on Github does not exclude integrations with other alternatives such as Gitlab or Bitbucket. We believe that in time there will be plugins that will provide functionality for these tools as well. Hopefully contributed by the community. + +And note that implementations of Backstage can be hosted wherever you feel suits your needs best.