Skip to content

Commit c344b35

Browse files
docs: require milestones when creating issues (#171)
Co-authored-by: Owen McGirr <o.a.mcgirr@gmail.com>
1 parent 5504e94 commit c344b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The application uses TypeScript, React 19, React Native 0.86, Expo Router, and n
1010

1111
Follow this workflow for every change:
1212

13-
1. Create a GitHub issue that defines the change and acceptance criteria.
13+
1. Create a GitHub issue that defines the change and acceptance criteria. Never create a GitHub issue without a milestone. Select or create the appropriate milestone first and include it in the issue creation request; assigning it afterward is not allowed. This applies to every issue, including bugs, chores, release preparation, and follow-up work. Verify the milestone on the created issue before continuing.
1414
2. Fetch the intended base branch and create a focused `codex/<description>-<issue>` branch from it. Use `main` unless the issue or user identifies another base.
1515
3. Inspect neighboring code, tests, documentation, and configuration before editing.
1616
4. Make the smallest coherent change that satisfies the issue.

0 commit comments

Comments
 (0)