Skip to content
Open
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
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 @@
## Goal
<!-- One sentence: what does this PR deliver? -->

## Changes
<!-- Bullet list of added/modified files -->
-

## Testing
<!-- Commands you ran and what you observed -->
```bash
# paste commands + output here
```

## Artifacts & Screenshots
<!-- Links to files in this PR, screenshots where useful -->
- `submissions/labN.md`

---

## Checklist
- [ ] Title follows `feat(labN): <topic>` format
- [ ] No secrets or large temp files committed
- [ ] Submission file at `submissions/labN.md` exists
Loading