From 0371acff89b14b9bdcb03e72fd9637e26e6b517c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 29 Jan 2017 11:07:42 -0500 Subject: Move English documentation to folder en_US --- doc/en_US/creating-projects.markdown | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/en_US/creating-projects.markdown (limited to 'doc/en_US/creating-projects.markdown') diff --git a/doc/en_US/creating-projects.markdown b/doc/en_US/creating-projects.markdown new file mode 100644 index 00000000..05d5b20c --- /dev/null +++ b/doc/en_US/creating-projects.markdown @@ -0,0 +1,39 @@ +Creating Projects +================= + +Kanboard can handle multiple projects. There are two kinds of projects: + +- Team projects +- Private project for a single user + +Creating projects for multiple users +------------------------------------- + +- Only administrators and project administrators can create those projects +- User management is available + +From the dashboard, click on the link **New project**: + +![Project creation form](screenshots/new-project.png) + +It's very easy: you just have to find a name for your project! + +Creating a private project +-------------------------- + +- Anybody can create a private project +- There is **NO** user management +- Only the owner and administrators can access the project + +From the dashboard, click on the link **New private project**. + +Creating projects from another project +-------------------------------------- + +When you create a new project, you can choose to duplicate the properties of another project: + +- Permissions +- Actions +- Swimlanes +- Categories +- Tasks -- cgit v1.2.3