Skip to content
Merged
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
38 changes: 38 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!-- Please read docs/ReviewGuidelines.md before opening a PR. -->
<!-- Add the appropriate `t-subject` label (e.g. `t-classical-mechanics`). -->
<!-- Remove this comment block before submitting. -->

## Linked Issue

<!-- Link the issue this PR addresses. Use one of:
- Closes #... (auto-closes the issue on merge)
- Toward #... (partial progress)
- Fixes #... (bug fix) -->

## Summary

<!-- One paragraph describing what this PR adds or changes, and why. -->
<!-- If this closes or makes progress on an issue, write "Toward #NNN" or "Closes #NNN". -->

## Changes

<!-- List every definition and lemma added, removed, or renamed. -->
<!-- Use the table below; adjust rows as needed. -->
<!-- Columns: Declaration | Kind | File | Description -->

| Declaration | Kind | File | Description |
| ----------- | ------- | ------------------------ | -------------------- |
| `MyDef` | `def` | `Physlib/Area/File.lean` | One-line description |
| `my_lemma` | `lemma` | `Physlib/Area/File.lean` | One-line description |

## Reviewer map

<!-- Brief guide on the order a reviewer should read the changes. -->
<!-- Example: "Read Lemma A first; Lemma B uses it." -->

1.

## Scope — what is not changed

<!-- List any existing declarations, files, or proofs that are intentionally untouched. -->
<!-- Delete this section if everything in the diff is new. -->
Loading