Skip to content

chore: add GitHub PR template#23

Merged
nathanialhenniges merged 1 commit into
mainfrom
claude/quizzical-solomon-aa39f4
May 16, 2026
Merged

chore: add GitHub PR template#23
nathanialhenniges merged 1 commit into
mainfrom
claude/quizzical-solomon-aa39f4

Conversation

@nathanialhenniges
Copy link
Copy Markdown
Member

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, config

Related 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:

  • DB migration section guards against schema changes landing without a migration file
  • Discord checklist enforces channels.fetch over .cache.get, Promise.allSettled for batch ops, premium gate, and shard-safety
  • CI checklist mirrors the exact jobs in .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 test passes
  • bun run lint:check passes
  • bun run typecheck passes

Breaking changes

None.

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>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 16, 2026

Warning

Rate limit exceeded

@nathanialhenniges has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 52 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 717c609a-0f7a-4240-822b-8de4034edb3b

📥 Commits

Reviewing files that changed from the base of the PR and between 3fa76c1 and 5caf351.

📒 Files selected for processing (1)
  • .github/PULL_REQUEST_TEMPLATE.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/quizzical-solomon-aa39f4

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nathanialhenniges nathanialhenniges merged commit 079df63 into main May 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant