Add month unit

This commit is contained in:
KyleK 2018-11-22 08:39:23 +00:00
parent 0e1822801a
commit 56e6ffca15
1 changed files with 2 additions and 1 deletions

View File

@ -62,12 +62,13 @@ To remove all the time spent at once, use `/remove_time_spent`.
## Configuration ## Configuration
The following time units are available: The following time units are available:
* months (mo)
* weeks (w) * weeks (w)
* days (d) * days (d)
* hours (h) * hours (h)
* minutes (m) * 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 [landing]: https://about.gitlab.com/features/time-tracking
[quick actions]: ../user/project/quick_actions.md [quick actions]: ../user/project/quick_actions.md