Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 22 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
Please include a summary of the changes. **What** has changed and **why**?.
<!--
Write for the project manager deciding whether this change is needed β€” not for
a code reviewer (CodeRabbit and CI validate correctness). Keep it SHORT:
1–3 plain-language sentences per section. No code detail β€” no file paths,
symbols, snippets, or test/lint output. The change type lives in the PR title
(Conventional Commits), not here.
-->

Fixes [url OR #issue]
## Why

## Type of change
<!-- The problem this solves and why it matters. -->

Select the appropriate options and delete the rest:
## What

- [ ] 🧹 Refactor
- [ ] πŸͺ² Bug fix
- [ ] πŸš€ New feature
- [ ] ⛓️‍πŸ’₯ Breaking change
- [ ] πŸ“š Documentation update
<!-- What the change does, at outcome level. -->

Fixes #

<!--
Only if applicable β€” one line each, delete the rest:

⚠️ Merge order: land #N first, or <what breaks>.
πŸ’₯ Breaking change: <what breaks, for whom>.
πŸ“¦ New dependency: <name> β€” <why>.
πŸ‘‰ After merge/promotion: <action the maintainer must take>.
-->