From 56e6ffca15786b83dbacc3d0546406c13cdea634 Mon Sep 17 00:00:00 2001 From: KyleK Date: Thu, 22 Nov 2018 08:39:23 +0000 Subject: [PATCH] Add month unit --- doc/workflow/time_tracking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/workflow/time_tracking.md b/doc/workflow/time_tracking.md index bfe87bb2ceb..8a75687e4f5 100644 --- a/doc/workflow/time_tracking.md +++ b/doc/workflow/time_tracking.md @@ -62,12 +62,13 @@ To remove all the time spent at once, use `/remove_time_spent`. ## Configuration The following time units are available: +* months (mo) * weeks (w) * days (d) * hours (h) * minutes (m) -Default conversion rates are 1w = 5d and 1d = 8h. +Default conversion rates are 1mo = 4w, 1w = 5d and 1d = 8h. [landing]: https://about.gitlab.com/features/time-tracking [quick actions]: ../user/project/quick_actions.md