about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-08-15 18:13:20 +0200
committerLeah Neukirchen <leah@vuxu.org>2019-08-15 18:13:20 +0200
commit24911dea0afe29ddad3e8e295eb552a179f67db7 (patch)
tree6dbe17eb9460aa88da1aff492bd9509c186a83cb /README.md
parentef64daa1b99d55688aa0f61f204fe54df3c3b48a (diff)
downloadnotyet-24911dea0afe29ddad3e8e295eb552a179f67db7.tar.gz
notyet-24911dea0afe29ddad3e8e295eb552a179f67db7.tar.xz
notyet-24911dea0afe29ddad3e8e295eb552a179f67db7.zip
add * for waiting-for tasks
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08697ee..56432cd 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Tasks can have four different states, represented by the first
 non-whitespace character of the line:
 
 * Open tasks: `-`
+* Started tasks (waiting for / assigned to other people): `*`
 * Maybe tasks: `?`
 * Finished tasks: `x`
 * WONTFIX tasks (tasks you decided not to do): `X`