summaryrefslogtreecommitdiff
path: root/doc/plan.md
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-09-27 11:41:53 +1000
committerEvan Read <eread@gitlab.com>2018-09-27 11:41:53 +1000
commitc1c3797951d8815de6762b37512c8a3c5e0f5380 (patch)
tree4c798bedba05c008761388c63b635f86a9ef50a3 /doc/plan.md
parent45a5a371a214b7a3e478ddd08f18c29753add000 (diff)
downloadgitlab-ce-split-front-page.tar.gz
Move stages information to separate pages.split-front-page
Diffstat (limited to 'doc/plan.md')
-rw-r--r--doc/plan.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/plan.md b/doc/plan.md
new file mode 100644
index 00000000000..7f72130fbec
--- /dev/null
+++ b/doc/plan.md
@@ -0,0 +1,23 @@
+# Plan
+
+Whether you use Waterfall, Agile, or Conversational Development,
+GitLab streamlines your collaborative workflows. Visualize, prioritize,
+coordinate, and track your progress your way with GitLab’s flexible project
+management tools.
+
+- Chat operations
+ - [Mattermost slash commands](user/project/integrations/mattermost_slash_commands.md)
+ - [Slack slash commands](user/project/integrations/slack_slash_commands.md)
+- [Discussions](user/discussions/index.md): Threads, comments, and resolvable discussions in issues, commits, and merge requests.
+- [Issues](user/project/issues/index.md)
+- [Project Issue Board](user/project/issue_board.md)
+- [Issues and merge requests templates](user/project/description_templates.md): Create templates for submitting new issues and merge requests.
+- [Labels](user/project/labels.md): Categorize your issues or merge requests based on descriptive titles.
+- [Milestones](user/project/milestones/index.md): Organize issues and merge requests into a cohesive group, optionally setting a due date.
+- [Todos](workflow/todos.md): A chronological list of to-dos that are waiting for your input, all in a simple dashboard.
+- [GitLab Quick Actions](user/project/quick_actions.md): Textual shortcuts for common actions on issues or merge requests that are usually done by clicking buttons or dropdowns in GitLab's UI.
+
+## Migrate and import your projects from other platforms
+
+- [Importing to GitLab](user/project/import/index.md): Import your projects from GitHub, Bitbucket, GitLab.com, FogBugz and SVN into GitLab.
+- [Migrating from SVN](workflow/importing/migrating_from_svn.md): Convert a SVN repository to Git and GitLab.