mirror of
https://github.com/ankitects/anki.git
synced 2026-05-16 15:03:09 -04:00
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.
1.7 KiB
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 checkor 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).