From 5672a225072309e6db193f3f1e58a95c3b22b70f Mon Sep 17 00:00:00 2001 From: Tomo Date: Wed, 10 Sep 2025 22:33:55 -0400 Subject: [PATCH 1/2] Create pull_request_template.md --- .../PR_TEMPLATE/pull_request_template.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/PR_TEMPLATE/pull_request_template.md diff --git a/.github/workflows/PR_TEMPLATE/pull_request_template.md b/.github/workflows/PR_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..d3f7fb1 --- /dev/null +++ b/.github/workflows/PR_TEMPLATE/pull_request_template.md @@ -0,0 +1,20 @@ +## Summary + +- +- +- + +## Changes + +- **Component/Feature**: Description of changes +- **Another Component**: Description of changes +- + +## Test Plan + +- [ ] Test item 1 +- [ ] Test item 2 +- [ ] Test item 3 + +## Additional Notes + From c50a0145d4f2c83e7029c6a95d27f8684fa2099b Mon Sep 17 00:00:00 2001 From: Tomo Date: Wed, 10 Sep 2025 22:34:18 -0400 Subject: [PATCH 2/2] Delete PR_TEMPLATE directory --- PR_TEMPLATE/pull_request_template.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 PR_TEMPLATE/pull_request_template.md diff --git a/PR_TEMPLATE/pull_request_template.md b/PR_TEMPLATE/pull_request_template.md deleted file mode 100644 index d3f7fb1..0000000 --- a/PR_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,20 +0,0 @@ -## Summary - -- -- -- - -## Changes - -- **Component/Feature**: Description of changes -- **Another Component**: Description of changes -- - -## Test Plan - -- [ ] Test item 1 -- [ ] Test item 2 -- [ ] Test item 3 - -## Additional Notes -