Files
anki/.github/pull_request_template.md
Fernando Lins c7679305a4 Add a standardized pull request template (#4655)
This PR introduces a standardized pull request template setup to improve
review quality and consistency.

## Summary
- Adds a new default PR template at `.github/pull_request_template.md`.
- Standardizes PR submissions with consistent sections for context and
validation.
- Establishes a single source of truth for PR guidance.

## Why
- A unified template improves review quality and consistency.
- It reduces ambiguity for contributors when describing changes and test
coverage.
- Centralizing guidance makes future maintenance simpler.
2026-04-06 12:05:44 -03:00

1.7 KiB

Linked issue (required)

Summary / motivation (required)

Steps to reproduce (required, use N/A if not applicable)

How to test (required)

Checklist (minimum)

  • I ran ./ninja check or an equivalent relevant check locally.
  • I added or updated tests when the change is non-trivial or behavior changed.

Details

Before / after behavior (optional)

Risk / compatibility / migration (optional)

UI evidence (required for visual changes; otherwise N/A)

Scope

  • This PR is focused on one change (no unrelated edits).