From f0cf5cbb19b72a2dbc5a22bb7afc1f7077eb537c Mon Sep 17 00:00:00 2001 From: Matthew Olker Date: Tue, 28 May 2024 10:19:40 -0400 Subject: [PATCH] PR Template from Issue 1304 --- .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..d3130a73ab8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ + + + + +## What are the changes? + + +## Why am I doing these changes? + + + + +## What did change? + + + +### Screenshots/Videos + + + +## How to test the changes? + + + + + +## Checklist +- [ ] There is no overlap with another PR? +- [ ] The PR is self-contained and cannot be split into smaller PRs? +- [ ] Have I provided a clear explanation of the changes? +- [ ] Have I tested the changes (manually)? + - [ ] Are all unit tests still passing? (`npm run test`) +- [ ] Are the changes visual? + - [ ] Have I provided screenshots/videos of the changes? \ No newline at end of file