Skip to content

docs: add pull request template - #247

Open
barryroodt wants to merge 3 commits into
mainfrom
barryroodt/add-pr-template
Open

docs: add pull request template#247
barryroodt wants to merge 3 commits into
mainfrom
barryroodt/add-pr-template

Conversation

@barryroodt

@barryroodt barryroodt commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

What

Adds a local pull request template at .github/PULL_REQUEST_TEMPLATE.md, built on the inherited supabase/.github template.

All four existing prompts stay in place, with two additions:

  • ## How to Review: a generic numbered reading path plus review questions, so experiment, framework, and docs PRs aren't forced into an eval-only shape.
  • ## Verification: a visible checklist for eval changes covering the local sanity check and refreshed CI results, per CONTRIBUTING.md.

Eval-specific guidance (the PROMPT.md -> EVAL.ts -> seed-data path and the motivation/scorer/benchmark/coverage checks) sits in HTML comments as optional prompts, so it stays hidden in posted PRs and applies only when relevant.

Why

The inherited org template covers general changes, but eval contributions have a repo-specific review flow. Reviewers should be able to confirm the motivation is cited, scorers deterministically check the end state, benchmark scenarios show legitimate agent failures, and coverage is representative rather than niche. Authors should also see the CI refresh requirement up front.

This mirrors supabase/mcp#385, adapted to the evals workflow.

How to Review

  1. Read .github/PULL_REQUEST_TEMPLATE.md.
  2. Confirm it builds on the inherited org template and preserves all four prompts: change type, current behavior, new behavior, and additional context.
  3. Confirm the visible How to Review body and review questions are generic (not eval-only), and the eval-specific path and checks are in HTML comments.
  4. Confirm ## Verification makes the local sanity check and refreshed CI results a visible requirement for eval changes.

Verification

The net diff against origin/main is one new file, .github/PULL_REQUEST_TEMPLATE.md (+61 lines). This is a docs-only addition with no runtime behavior change.

Add a local PR template on top of the inherited supabase/.github default,
adding How to Review and Verification sections tailored to the eval
contribution flow (PROMPT.md / EVAL.ts / seed data, and refreshing
results in CI).
@barryroodt
barryroodt requested a review from a team August 26, 2026 10:29
@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
evals Ignored Ignored Preview Aug 26, 2026 10:32am

Request Review

Make the visible How to Review body and review questions generic so
experiment, framework, and docs PRs aren't forced into an eval-only
shape. Keep the PROMPT.md/EVAL.ts/seed-data path and eval checks as
optional guidance, and make the local sanity check plus refreshed CI
results a visible verification requirement for eval changes per
CONTRIBUTING.md.
A relative ../CONTRIBUTING.md resolves from the PR page once GitHub
copies the template into a PR body, so link the repo path instead.
@barryroodt barryroodt self-assigned this Aug 26, 2026
@barryroodt
barryroodt requested a review from raulb August 26, 2026 10:37
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