Skip to content

Commit dc59422

Browse files
Copilotpelikhan
andcommitted
Fix grammar and correct maximum sub-issues from 10 to 5
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent b48790b commit dc59422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workflows/plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Order the tasks logically:
6363
Each task should:
6464
- Be completable in a single PR
6565
- Not be too large (avoid epic-sized tasks)
66-
- With a single focus or goal. Keep them extremely small and focused even it means more tasks.
66+
- With a single focus or goal. Keep them extremely small and focused even if it means more tasks.
6767
- Have clear acceptance criteria
6868

6969
### 4. SWE Agent Formulation
@@ -124,7 +124,7 @@ This is needed to secure API endpoints before implementing user-specific feature
124124

125125
## Important Notes
126126

127-
- **Maximum 10 sub-issues**: Don't create more than 10 sub-issues even if the work seems larger
127+
- **Maximum 5 sub-issues**: Don't create more than 5 sub-issues (as configured in safe-outputs)
128128
- **Parent Reference**: You must specify the current issue (#${{ github.event.issue.number }}) or discussion (#${{ github.event.discussion.number }}) as the parent when creating sub-issues. The system will automatically link them with "Related to #N" in the issue body.
129129
- **Clear Steps**: Each sub-issue should have clear, actionable steps
130130
- **No Duplication**: Don't create sub-issues for work that's already done

0 commit comments

Comments
 (0)