Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···88 }
991010 public function getCommandSummary() {
1111- return pht('Assign yourself as the owner of a task.');
1111+ return pht(
1212+ 'Assign yourself as the owner of a task. To assign another user, '.
1313+ 'see `%s`.',
1414+ '!assign');
1215 }
13161417 public function buildTransactions(
···88 }
991010 public function getCommandSummary() {
1111- return pht('Close a task.');
1111+ return pht(
1212+ 'Close a task. This changes the task status to the default closed '.
1313+ 'status. For a more powerful (but less concise) way to change task '.
1414+ 'statuses, see `%s`.',
1515+ '!status');
1216 }
13171418 public function buildTransactions(
···3636 "To change the status of a task, specify the desired status, like ".
3737 "`%s`. This table shows the configured names for statuses.\n\n%s\n\n".
3838 "If you specify an invalid status, the command is ignored. This ".
3939- "command has no effect if you do not specify a status.",
3939+ "command has no effect if you do not specify a status.\n\n".
4040+ "To quickly close a task, see `%s`.",
4041 '!status invalid',
4141- $table);
4242+ $table,
4343+ '!close');
4244 }
43454446 public function buildTransactions(