From 70aaf92795d669fd4fe7c3f8fa73c7d5c4f84f28 Mon Sep 17 00:00:00 2001 From: Jacopo Bacci Date: Wed, 5 Feb 2025 13:09:30 +0100 Subject: [PATCH] chore(pr template): remove self proofreading checklist to streamline pull request process --- .github/pull_request_template.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f1c9ff61..38590673 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,16 +6,6 @@ [If this pull request resolves any open issues, mention them here.] -## Self proofreading checklist - -- [ ] **Code Review**: Have you reviewed your code to ensure it follows best practices - and meets the project's coding standards? -- [ ] **Testing**: Have you tested your changes locally to ensure they work as expected? -- [ ] **Documentation**: Have you updated any relevant documentation or comments to - reflect your changes? -- [ ] **Pre-commit Checks**: Have you ensured that pre-commit checks have automatically - run upon committing to catch any potential issues? - ## Test Instructions [Provide detailed instructions on how to test your changes.]