From 2e38916d68c4e5cb7d3970a4a3853a6ab24fb66a Mon Sep 17 00:00:00 2001 From: Matt H Date: Wed, 15 May 2024 09:36:19 -0400 Subject: [PATCH] Correct a `make` command in the Feature PR Checklist --- .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 035ed464..510356e1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,5 +21,5 @@ ### Feature PR Checklist - [ ] Documentation (README, local.env.dist, etc.) - [ ] Unit tests created or updated -- [ ] Run `make composershow` +- [ ] Run `make depsshow` - [ ] Run `make psr2`