From c1f7b6323b405d3743dbe8e47235503c14ea39b4 Mon Sep 17 00:00:00 2001 From: wiz0floyd Date: Tue, 7 Oct 2025 19:36:04 -0400 Subject: [PATCH 1/3] Update pull_request_template.md clarifies that PR Description at the top should be filled in. --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a0c603ba91..5f538c2f17 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,11 @@ # PR Description: - + # Pull Request Checklist ## Overview - [ ] I have read and understood the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines -- [ ] My pull request has a descriptive title that accurately reflects the changes +- [ ] My pull request has a descriptive title that accurately reflects the changes and the description has been filled in above. - [ ] I've included only files relevant to the changes described in the PR title and description - [ ] I've created a new branch in my forked repository for this contribution From e76f846de9b2770269c475284214f6a88d294a9c Mon Sep 17 00:00:00 2001 From: wiz0floyd Date: Tue, 7 Oct 2025 19:36:40 -0400 Subject: [PATCH 2/3] Update pull_request_template.md --- .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 5f538c2f17..bfdbf8d229 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ # PR Description: - +replace this with your description # Pull Request Checklist From 55ebd053ea4165b8378e3e8a0fa4bb9d716ed2fb Mon Sep 17 00:00:00 2001 From: wiz0floyd Date: Tue, 7 Oct 2025 19:38:32 -0400 Subject: [PATCH 3/3] Update pull_request_template.md add example completed checkbox --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bfdbf8d229..96784d9c24 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,7 @@ replace this with your description # Pull Request Checklist ## Overview +- [x] Put an x inside of the square brackets to check each item. - [ ] I have read and understood the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines - [ ] My pull request has a descriptive title that accurately reflects the changes and the description has been filled in above. - [ ] I've included only files relevant to the changes described in the PR title and description