summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-02-12 12:45:20 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-12 12:45:20 +0000
commite145e15f23dfaa5164c2cc9905a4c71a0719c8f1 (patch)
tree5b57b43257255704a55942ef45df039447d98e93 /doc/workflow
parentbc733abe4164fa77a234d7609effe9e161913c6d (diff)
downloadgitlab-ce-e145e15f23dfaa5164c2cc9905a4c71a0719c8f1.tar.gz
Docs: Misc small fixes to docs
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/time_tracking.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/workflow/time_tracking.md b/doc/workflow/time_tracking.md
index 2bb140b99d0..ad43189148c 100644
--- a/doc/workflow/time_tracking.md
+++ b/doc/workflow/time_tracking.md
@@ -38,13 +38,14 @@ Adding time entries (time spent or estimates) is limited to project members.
To enter an estimate, write `/estimate`, followed by the time. For example, if
you need to enter an estimate of 3 days, 5 hours and 10 minutes, you would write
-`/estimate 3d 5h 10m`.
+`/estimate 3d 5h 10m`. Time units that we support are listed at the bottom of
+this help page.
Every time you enter a new time estimate, any previous time estimates will be
overridden by this new value. There should only be one valid estimate in an
issue or a merge request.
-To remove an estimation entirely, use `/remove_estimation`.
+To remove an estimation entirely, use `/remove_estimate`.
### Time spent
@@ -72,5 +73,8 @@ The following time units are available:
Default conversion rates are 1mo = 4w, 1w = 5d and 1d = 8h.
-[landing]: https://about.gitlab.com/features/time-tracking
+Other interesting links:
+
+- [Time Tracking landing page on about.gitlab.com](https://about.gitlab.com/features/time-tracking)
+
[quick actions]: ../user/project/quick_actions.md