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
40 changes: 40 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## Description

<!-- Required. Briefly explain what changed and why. -->

## Linked Issue

<!-- Required. Example: Fixes #123 -->

## Changes

<!-- Required. List the main changes. Use bullets if helpful. -->

## Manual Testing Steps
Comment thread
zachyale marked this conversation as resolved.

<!-- Required. List the exact steps you used to verify the docs/site behaviour and check for regressions. -->

1.
2.
3.

## Screenshots (Optional)

<!-- If the UI, layout, or rendered content changed at all, attach before/after screenshots, or a short recording. If it didn't, you can delete this section. -->

## Additional Context (Optional)

<!-- Add anything reviewers should know that does not fit above. -->

## AI Disclosure

<!-- Required. Use `None` if no AI tools were used. Example: Codex - helped draft and revise docs; I reviewed all changes. -->

## Checklist

- [ ] This PR links and implements an accepted issue.
- [ ] This PR is a single focused change.
- [ ] I ran the relevant validation for this change, such as `npm run build` and/or `npm run typecheck`.
- [ ] I have added screenshots if there were any UI changes.
- [ ] I have disclosed any AI usage as per the organization AI Policy above.
- [ ] I understand all of my submitted changes.
Loading