creators: add warning about zuul config and importing

We need our users to know that all branches will be imported and that
the repository cannot have any Zuul configuration.

Change-Id: I19faa9c0671a2121364b4607c80daf268a73f286
This commit is contained in:
Mohammed Naser 2020-06-17 10:27:52 -04:00
parent e138b8d5db
commit 1957a16952
1 changed files with 8 additions and 0 deletions

View File

@ -194,6 +194,14 @@ Add the project to the master projects list
description: Latest and greatest cloud stuff.
upstream: https://github.com/awesumsauce/<projectname>.git
.. warning::
When import a project from an upstream, it's important that you ensure no
Zuul configuration is included in the repository. The import process will
also import all of the branches and tags, deletion of branches afterwards
is a manual task, so must be avoided; imported tags cannot be deleted due
to the distributed nature of Git.
.. note::
If you do not configure the upstream source here and get the project