summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt korwel <[email protected]>2025-06-15 01:34:40 -0700
committerGitHub <[email protected]>2025-06-15 01:34:40 -0700
commit2b799cbbf0277fcd2b6c0a25b91123e6a9c2f49b (patch)
tree3bd424607209f67c1579f4d83c07d40cbf427526
parent12c33c1fe625a60afc259a9ee6acaeb5c063cb77 (diff)
Create pull_request_template.md (#1054)
-rw-r--r--.github/pull_request_template.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..75de0c9a
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,27 @@
+## TLDR
+
+<!-- Add a brief description of what this pull request changes and why and any important things for reviewers to look at -->
+
+## Dive Deeper
+
+<!-- more thoughts and in depth discussion here -->
+
+## Reviewer Test Plan
+
+<!-- when a person reviewes your code they should ideally be pulling and running that code. How would they validate your change works and if relevant what are some good classes of example prompts and ways they can exercise your changes -->
+
+## Testing Matrix
+
+<!-- Before submitting please validate your changes on as many of these options as possible -->
+
+| | 🍏 | 🪟 | 🐧 |
+| -------- | --- | --- | --- |
+| npm run | ❓ | ❓ | ❓ |
+| npx | ❓ | ❓ | ❓ |
+| Docker | ❓ | ❓ | ❓ |
+| Podman | ❓ | - | - |
+| Seatbelt | ❓ | - | - |
+
+## Linked issues / bugs
+
+<!-- Add links to any gh issues or other extenral bugs --->