Skip to content
Closed
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
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- Thank you for contributing to the p5.js website! Please fill out this template so reviewers have what they need to review your PR. -->

### Resolves
<!-- Add "resolves #XXXX" if this closes the issue, or "addresses #XXXX" if it's a partial fix. -->

### Changes
<!-- Summarize what this PR changes and why. -->

### Screenshots
<!-- If this changes anything visual, add before/after screenshots (or a video for interaction changes). -->

### PR Checklist
Comment thread
hxrshxz marked this conversation as resolved.

- [ ] `npm run lint` passes
- [ ] `npm run test` passes
- [ ] Tested changes with `npm run dev`
- [ ] Tested on both desktop and mobile (for UI changes)
Comment thread
hxrshxz marked this conversation as resolved.
- [ ] Added test(s) for this change, or explained why none are needed