From 4256bc29adea95afb07c65ba1e16350ab711d4b9 Mon Sep 17 00:00:00 2001 From: Mulky Malikul Adhr Date: Thu, 11 Jun 2026 06:23:52 +0700 Subject: [PATCH] docs: fix formatting in .github/pull_request_template.md --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e2ae0966cda5..31e950b1df65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,6 @@ ### Describe your change: - * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request.