Commit c70b2ad
authored
chore: Add PR creation workflow with draft status requirements (#195)
## Summary
Adds PR creation workflow guidelines to cursor rules, requiring PRs to
be created as drafts and kept in draft status until all review comments
are addressed.
## Changes
- Added PR Creation Workflow section to
`.cursor/rules/pull-requests-best-practices.mdc`
- Workflow includes:
- Creating PRs as draft initially
- Waiting 1 minute for Gemini PR reviewer (plus 30s if needed)
- Addressing all review comments
- Keeping PRs in draft until all reviews are addressed
- Only marking PR as ready after all reviews are completed
## Impact / Benefits
- Ensures all PRs go through proper review process before being marked
ready
- Prevents premature PR approval by keeping them in draft status
- Standardizes the workflow for waiting on automated reviews
## Files Modified
- `.cursor/rules/pull-requests-best-practices.mdc`1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments