From 1dfc522134532da9e6843503ab89f79376cb227e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Wed, 18 Sep 2024 13:23:02 +0200 Subject: [PATCH] fix checklist --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 52c082d..b66b039 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ ## Checklist -- [] Read CONTRIBUTING.md, and accept the CLA by including the provided snippet. We will not accept PR without this. -- [] Run pre-commit hook. -- [] If you changed Rust code, run `cargo check`, `cargo clippy`, `cargo test`. +- [ ] Read CONTRIBUTING.md, and accept the CLA by including the provided snippet. We will not accept PR without this. +- [ ] Run pre-commit hook. +- [ ] If you changed Rust code, run `cargo check`, `cargo clippy`, `cargo test`. ## PR Description