From 5c31162c0177c385ab2ef3b33fdc83a3240dbf78 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Thu, 13 Aug 2026 19:25:00 -0700 Subject: [PATCH 1/2] Complete template --- .github/templates/.github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/templates/.github/pull_request_template.md diff --git a/.github/templates/.github/pull_request_template.md b/.github/templates/.github/pull_request_template.md new file mode 100644 index 0000000..a5befd4 --- /dev/null +++ b/.github/templates/.github/pull_request_template.md @@ -0,0 +1,9 @@ +# Whats changing? + +# Questions/notes for reviewers + +# How did you test this? + +# Vibecoded? +- [ ] Yes +- [] No \ No newline at end of file From 87da3e3f632ba4063508813d95244a3c4f23a736 Mon Sep 17 00:00:00 2001 From: Peter Briggs Date: Thu, 13 Aug 2026 23:29:13 -0700 Subject: [PATCH 2/2] Syntax & grammar punctuation, use more appropriate h2 headers, and fix checkbox that wasn't rendering correctly --- .github/templates/.github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/templates/.github/pull_request_template.md b/.github/templates/.github/pull_request_template.md index a5befd4..c8387ae 100644 --- a/.github/templates/.github/pull_request_template.md +++ b/.github/templates/.github/pull_request_template.md @@ -1,9 +1,9 @@ -# Whats changing? +## What's changing? -# Questions/notes for reviewers +## Questions/notes for reviewers -# How did you test this? +## How did you test this? -# Vibecoded? +## Vibecoded? - [ ] Yes -- [] No \ No newline at end of file +- [ ] No