From 34f8ab565faf9e7055f94fe93385529d76dc6b9b Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Mar 24 2019 21:41:40 +0000 Subject: Add Create Project --- diff --git a/modules/taiga/assets/images/createproject/createprojectmenu.png b/modules/taiga/assets/images/createproject/createprojectmenu.png new file mode 100644 index 0000000..a6cb16f Binary files /dev/null and b/modules/taiga/assets/images/createproject/createprojectmenu.png differ diff --git a/modules/taiga/pages/create_project.adoc b/modules/taiga/pages/create_project.adoc index 0a58290..526ceb3 100644 --- a/modules/taiga/pages/create_project.adoc +++ b/modules/taiga/pages/create_project.adoc @@ -1 +1,20 @@ = Create a project + +Before you do anything else, you need to create a project. +If you are not a member of any projects yet, you will see a **Create project** link on the right side of the link:https://teams.fedoraproject.org/[Taiga front page]. +If you are a member of at least one project, the link to create a new one is under the folder icon in the top menu. + +image::{imagesdir}/createproject/createprojectmenu.png[You can access the wiki from the left sidebar] + +The only choice you have to make during project creation (apart from entering the project name and description) is between a **Scrum** and **Kanban** project: + +.**Scrum** is more useful for longer running projects with regular releases and milestones where you can plan upfront and things are more predictable. + +.**Kanban** is a more appropriate choice for projects that are more volatile and reactive in nature, and where priorities change often. + +Your choice will determine which modules (modules being for example an issue tracker or a kanban board) are enabled on your project by default. +However, you can enable or disable any modules you want at any later time in your project settings. + +Make sure you create your project as **Public**, so that others can see it as well. + +Once you have created your project, you can either tweak its settings in the xref:admin.adoc[admin interface], or you can continue by xref:create_backlog.adoc[creating user stories].