Skip to content
Merged
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Summary

<!-- Describe what changes were made and why -->

## Validation

<!-- List the commands run to verify the changes -->

```bash
make compile # sync triggers + compile to lock files
make lint # run all linters
```

## Pre-Completion Checklist

- [ ] Re-read the issue or request and confirmed this PR directly addresses it
- [ ] Reviewed all changed files for correctness
- [ ] Ran `make compile` and `make lint` with no errors
- [ ] Verified no unrelated files were modified
1 change: 1 addition & 0 deletions .github/agents/copilot-coding-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Before finishing:
- Re-read the issue or request one more time and confirm the final response directly addresses it.
- Double-check changed files and command output for correctness before reporting completion.
- Prefer a complete, verified solution over a partial fix; if blocked, clearly explain the blocker and what was already verified.
- When opening a pull request, read `.github/PULL_REQUEST_TEMPLATE.md` and use it as the PR description template, filling in each section.

For this repository:

Expand Down
Loading