From f06e55036f9d9f0eae68af507e3515b6fe1a5a8c Mon Sep 17 00:00:00 2001 From: Matthew White Date: Mon, 15 Apr 2024 19:11:24 -0400 Subject: [PATCH] Update api.md to api.yaml in PR template (#1124) --- .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 b87ed0248..aeec6de19 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,7 +13,7 @@ https://github.com/getodk/central-backend/blob/master/CONTRIBUTING.md #### How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks? -#### Does this change require updates to the API documentation? If so, please update docs/api.md as part of this PR. +#### Does this change require updates to the API documentation? If so, please update docs/api.yaml as part of this PR. #### Before submitting this PR, please make sure you have: