chore: add GitHub PR template#23
Conversation
Adds .github/PULL_REQUEST_TEMPLATE.md with sections for summary, change type, related issues, implementation notes, DB migration checklist, Discord-specific checklist (fetch vs cache, allSettled, premium gate, shard safety), full CI checklist, breaking changes, and screenshots. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Adds a production-ready GitHub PR template (
.github/PULL_REQUEST_TEMPLATE.md) to standardize pull request quality across the project.Type of change
chore— build, deps, configRelated issues
N/A
Implementation notes
Template is structured so reviewers can skip inapplicable sections quickly (DB migration gate, Discord-specific checks are marked "skip if not applicable"). All checklist items map directly to CI jobs or known failure modes in this codebase:
channels.fetchover.cache.get,Promise.allSettledfor batch ops, premium gate, and shard-safety.github/workflows/ci.yml(tests, lint, typecheck, Docker build)Database migrations
N/A — no schema changes.
Discord-specific checklist
N/A — documentation/config only.
CI checklist
bun testpassesbun run lint:checkpassesbun run typecheckpassesBreaking changes
None.