From 2de632f32185b58b3ec6bd16c96b3dd80b1444bc Mon Sep 17 00:00:00 2001 From: Vadim Anufriev Date: Fri, 13 Feb 2026 15:29:13 +0400 Subject: [PATCH] ci: update pull request template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fe8a5a4e..3debc86f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,7 +20,7 @@ of the PR were done in a specific way --> * [ ] I've signed all my commits * [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md) -* [ ] I ran `cargo fmt` and `cargo clippy` before committing +* [ ] I ran `just fmt` and `just clippy` before committing #### New Features: