From e10c5c72d26a04b55cb3aad6bb82cc6a88e92a43 Mon Sep 17 00:00:00 2001 From: Matias Piipari Date: Fri, 10 May 2024 11:10:21 +0200 Subject: [PATCH] Web service API change related guidelines (#268) --- .github/pull_request_template.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5364cf84..dd7958c1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,8 +10,8 @@ Describe your changes here: ## Resolved issues ## Documentation @@ -24,9 +24,37 @@ Please make sure that... - Tests are included for the changed functionality in this PR. If to be merged without tests, please elaborate why. --> +## Web service API changes + + + ## Tests + + +## Testing + +- How were these changes tested? +- What should the reviewer do to test, if it's credibly locally testable? (Why is it not, if it isn't?)