Merge pull request #6934 from fulldecent/patch-2

Specify score range for task syntax
This commit is contained in:
Shubham P
2025-09-15 09:18:39 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -38,3 +38,5 @@ Each user journey is split into sections, these describe the part of the task
the user is trying to complete. the user is trying to complete.
Tasks syntax is `Task name: <score>: <comma separated list of actors>` Tasks syntax is `Task name: <score>: <comma separated list of actors>`
Score is a number between 1 and 5, inclusive.

View File

@@ -20,3 +20,5 @@ Each user journey is split into sections, these describe the part of the task
the user is trying to complete. the user is trying to complete.
Tasks syntax is `Task name: <score>: <comma separated list of actors>` Tasks syntax is `Task name: <score>: <comma separated list of actors>`
Score is a number between 1 and 5, inclusive.