From 5e2cff6d7d9932245611d2287515c35ca75432f5 Mon Sep 17 00:00:00 2001 From: suhaniahirwar20 Date: Sat, 22 Mar 2025 15:20:28 -0400 Subject: [PATCH] Enhanced PR template with a professional formatting confirmation checkbox --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6b4d2ba5c..446a300fc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -36,5 +36,7 @@ Thanks for submitting a pull request! Please provide enough information so that # Checklist Please ensure the following tasks are completed before submitting this pull request. - -- [ ] Read, understood, and followed the [contributing guidelines](https://github.com/json-schema-org/website/blob/main/CONTRIBUTING.md). \ No newline at end of file +- [ ] I have reviewed my code for formatting and consistency. +- [ ] Read, understood, and followed the [contributing guidelines](https://github.com/json-schema-org/website/blob/main/CONTRIBUTING.md). +- [ ] I have tested my changes to ensure they work as expected. +- [ ] I have documented all relevant changes and updates as required. \ No newline at end of file