Skip to content

[codex] add contributor PR checklist template#384

Open
Flamki wants to merge 1 commit into
Liquifact:mainfrom
Flamki:docs/pr-checklist
Open

[codex] add contributor PR checklist template#384
Flamki wants to merge 1 commit into
Liquifact:mainfrom
Flamki:docs/pr-checklist

Conversation

@Flamki

@Flamki Flamki commented Jul 1, 2026

Copy link
Copy Markdown

What changed

  • Replaced the existing PR template with the requested .github/pull_request_template.md casing.
  • Added a concise contributor checklist covering tests, 95% coverage expectations, accessibility verification, docs, and lint/test/build.
  • Linked the template to TESTING.md, docs/accessibility.md, and CONTRIBUTING.md.
  • Added scripts/pr-checklist.test.tsx to guard the checklist text and documentation links.

Closes #284

Validation

  • npm test -- scripts/pr-checklist.test.tsx --runInBand passed.
  • npm run lint failed on existing issues outside this change, including app/invest/page.js, app/invoices/page.js, app/robots.js, app/sitemap.js, components/ThemeToggle.jsx, components/UploadZone.jsx, and lib/hooks/useLocalStorage.js.
  • npm test -- --runInBand failed on existing unrelated suites; the new checklist test passed.
  • npm run build failed on existing source errors in app/robots.js, app/sitemap.js, and components/StatusPill.jsx.

@drips-wave

drips-wave Bot commented Jul 1, 2026

Copy link
Copy Markdown

@Flamki Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add a contributor PR checklist that enforces tests, a11y, and docs

1 participant