diff --git a/dashboard/src/docs/ralph-workplan.md b/dashboard/src/docs/ralph-workplan.md index a6970a7..3636033 100644 --- a/dashboard/src/docs/ralph-workplan.md +++ b/dashboard/src/docs/ralph-workplan.md @@ -90,7 +90,7 @@ cd ~/ralph-workplan && ./install.sh --uninstall ```markdown --- -id: WP-0001 +id: EXAMPLE-WP-0001 title: "Build a thing" status: ready --- @@ -100,7 +100,7 @@ Optional description. ## Task: Do the first thing ​```task -id: T-01 +id: EXAMPLE-WP-0001-T01 status: todo priority: high ​``` @@ -108,7 +108,7 @@ priority: high ## Task: Do the second thing ​```task -id: T-02 +id: EXAMPLE-WP-0001-T02 status: todo priority: medium ​```