From 5ba12baab2ce39839823327b07646ff2bb6b84b8 Mon Sep 17 00:00:00 2001 From: Matt H Date: Wed, 28 Aug 2024 11:58:32 -0400 Subject: [PATCH] Update the PR template to mention the `api.raml` file --- .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 bcbbe5de..d5576fb6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,7 +26,7 @@ --- ### Feature PR Checklist -- [ ] Documentation (README, local.env.dist, etc.) +- [ ] Documentation (README, local.env.dist, api.raml, etc.) - [ ] Tests created or updated - [ ] Run `make composershow` - [ ] Run `make psr2`