fix: workflow contract
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"parent_issue": "The original feature issue. Tracks overall status. Only the parent gets status label transitions.",
|
||||
"sub_issue_title_format": "{type}: {summary} (#{parent_index})",
|
||||
"sub_issue_body": "First line must be 'Relates to #{parent_index}'. Each sub-issue is a self-contained unit of work.",
|
||||
"sub_issue_labels": "status/backlog + same type/* as parent. Sub-issues stay in backlog; parent issue tracks status.",
|
||||
"sub_issue_labels": "status/in-progress + same type/* as parent. Sub-issues move to in-progress as they are worked on.",
|
||||
"sub_issue_milestone": "Same sprint milestone as parent.",
|
||||
"rules": [
|
||||
"ONE branch for the parent issue. Never create branches per sub-issue.",
|
||||
|
||||
Reference in New Issue
Block a user