Skip to content
Merged
Changes from 2 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
31 changes: 30 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Overview: ##

<!--
1–3 sentences stating what problem this solves and what you changed at a high level. Example:

"Adds/Fixes X, when Y, via Z."
-->

## PR Status: ##

* [X] Ready.
Expand All @@ -12,9 +18,32 @@

## Summary of Changes: ##

<!--
Details (perhaps excluded from the simpler overview) that may be clearer as text than reading the diff.
-->

## Testing Steps: ##
1.

1. …

## UI Photos:

<!--
Any screenshots or videos to illustrate the change.

https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files

You're welcome to organize screenshots e.g. —

| Before | After |
| - | - |
| <img width="900" alt="before" src="..." /> | <img width="900" alt="after" src="..." /> |

— or (outside a table) drag-n-drop videos with a filename that GitHub will render as the video's title.
-->

## Notes: ##

<!--
Optional: gotchas, known limitations, further context, etc.
-->
Loading