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
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!-- Please add a `t-subject` label and read docs/ReviewGuidelines.md before creating this PR. -->

## Linked Issues

<!-- Closes #... / Toward #... / Depends on #... -->

## Description of Changes

<!-- Please provide a brief description of the contents of this PR. -->

## Reviewer Guide

<!-- How the reviewer should test the changes. -->

## Checklist

- [ ] `lake build` passes
- [ ] Check if AI was used to write the majority of this PR
- [ ] New definitions have docstrings

## Additional Comments

<!-- Add any additional information here. This could be for the reviewer or documentation purposes. -->
Loading