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