chore: slim down PR description template and update deps#299
chore: slim down PR description template and update deps#299ichoosetoaccept merged 1 commit intomainfrom
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
Greptile SummaryThis PR simplifies both the repo's and the scaffold template's PR description template to a minimal Confidence Score: 5/5Safe to merge — purely maintenance changes with no logic or template rendering modifications. All four changed files are either generated (uv.lock), configuration-only (prek.toml with version bumps and a stable tag revert), or plain markdown templates with no Jinja logic. No code paths are affected, and the dual-config invariant for prek.toml/project/prek.toml.jinja is already satisfied. No P0 or P1 findings. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Developer opens PR] --> B["PR template rendered\n(Closes #)"]
B --> C{Issue linked?}
C -->|Yes| D[Issue auto-closes on merge]
C -->|No - delete line| E[PR with no linked issue]
C -->|Ref - use Ref keyword| F[Issue linked without closing]
Reviews (1): Last reviewed commit: "chore: slim down PR description template..." | Re-trigger Greptile |
Summary
Closes #prompt — puts issue linking front and center, removes sections nobody fills inproject/) and repo's own.github/pull_request_template.mduv sync --upgradenightlyback tolychee-v0.23.0(autoupdate picked up mutable tag)Closes DOT-330