From 2a43f43a8176ab5903e1fdf9e21ff9563163fb96 Mon Sep 17 00:00:00 2001 From: cody braun Date: Mon, 5 May 2025 19:09:20 -0700 Subject: [PATCH 1/2] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 0000000000..e267284d3d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## What is this change? +- (List out the changes.) +- (Link to any relevant Github issues or Slack discussion) + +## Considerations for discussion +- (List out any significant design decisions that were made and why.) + +## How to test the changes +- (How should a reviewer test this functionality) From a98fd3e155195f59d39980dcca2ac033b67a7047 Mon Sep 17 00:00:00 2001 From: cody braun Date: Tue, 20 May 2025 06:20:05 -0700 Subject: [PATCH 2/2] review response --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e267284d3d..2e6c0c8e1b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,5 +5,5 @@ ## Considerations for discussion - (List out any significant design decisions that were made and why.) -## How to test the changes +## How to test the changes (if needed) - (How should a reviewer test this functionality)