Skip to content
Draft
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
44 changes: 40 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
**What I did**
## What This PR Does

**Related issue**
<!-- If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" -->
<!-- Briefly describe what this PR accomplishes -->

**(not mandatory) A picture of a cute animal, if possible in relation to what you did**
## Related Issue

<!-- All PRs must reference an existing issue. Use "Fixes #1234" or "Addresses #1234" -->
<!-- For minor documentation fixes, explain why the change is needed -->

Fixes #

## Changes Made

<!-- List specific changes with brief explanations -->

-
-
-

## Testing Done

<!-- Check all that apply and describe what you tested -->

- [ ] Unit tests pass: `make test`
- [ ] E2E tests pass: `make e2e-compose` or `make e2e-compose-standalone`
- [ ] Linting passes: `make lint`
- [ ] Code formatted: `make fmt`
- [ ] Manually tested (describe):

## AI Tool Used (if applicable)

<!-- If you used AI coding assistance, disclose it here. See AI_POLICY.md for details -->
<!-- If not applicable, you can delete this section -->

AI Tool:
Assistance Level: <!-- Significant | Moderate | Minor | N/A -->

## Additional Context

<!-- Any additional information reviewers should know -->

## (not mandatory) A picture of a cute animal, if possible in relation to what you did
Loading