Skip to content
Open
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
10 changes: 9 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
### Description

<!--
Give a short summary of what changed, why it's needed, and any important implementation notes.
-->

### Related issues

Link related issues. If this PR fixes an issue, mention it like: Fixes #123.
<!--
Link related issues. If this PR fixes an issue, mention it like: Fixes #123
-->

### Testing

<!--
List the checks you ran, for example `pnpm run format`, `pnpm run lint`,
`pnpm run typecheck`, `pnpm run test`, and any manual testing.
-->

### Screenshot/Recording (if applicable)

<!--
Attach a screenshot, GIF, or recording of the change. This is optional, but helps reviewers
understand UI or workflow changes.
-->

<details>
<summary>Checklist</summary>
Expand Down
Loading