From 31405af1439e23ba2f4d5965ac7206c0cc9f0b52 Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Fri, 12 Dec 2025 14:49:24 +0200 Subject: [PATCH 1/2] fix: template update --- .github/pull_request_template.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c29c281..1e6516f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,10 +10,10 @@ TO COMPLETE TO COMPLETE -[ ] Change ... -[ ] Add ... -[ ] Fix ... -[ ] ... +- [] Change ... +- [] Add ... +- [] Fix ... +- [] ... ## 🧪 How to Test @@ -37,7 +37,7 @@ TO COMPLETE IF APPLICABLE *Mark only completed items. A complete PR should have all boxes ticked.* -[ ] Complete PR description -[ ] Implement the core functionality -[ ] Add/update tests -[ ] Add/update documentation and inline comments +- [] Complete PR description +- [] Implement the core functionality +- [] Add/update tests +- [] Add/update documentation and inline comments From 4389364b554511d1f6b58592c89b7fb414a3c587 Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Mon, 15 Dec 2025 15:39:26 +0200 Subject: [PATCH 2/2] fix: last md update --- .github/pull_request_template.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1e6516f..18064c6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,10 +10,10 @@ TO COMPLETE TO COMPLETE -- [] Change ... -- [] Add ... -- [] Fix ... -- [] ... +- [ ] Change ... +- [ ] Add ... +- [ ] Fix ... +- [ ] ... ## 🧪 How to Test @@ -37,7 +37,7 @@ TO COMPLETE IF APPLICABLE *Mark only completed items. A complete PR should have all boxes ticked.* -- [] Complete PR description -- [] Implement the core functionality -- [] Add/update tests -- [] Add/update documentation and inline comments +- [ ] Complete PR description +- [ ] Implement the core functionality +- [ ] Add/update tests +- [ ] Add/update documentation and inline comments