From c1bb6d8b7f1a9654eff550334f8a8b938eace11e Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Mon, 31 Jul 2023 17:09:38 +0100 Subject: [PATCH] Update the PR template --- .azuredevops/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.azuredevops/pull_request_template.md b/.azuredevops/pull_request_template.md index 5ff03e18..fd28ed57 100644 --- a/.azuredevops/pull_request_template.md +++ b/.azuredevops/pull_request_template.md @@ -9,4 +9,5 @@ - [ ] I have performed **self-review** of the code - [ ] I have written **tests** for any new functionality added with this PR - [ ] I have updated the **documentation** if this PR changes or adds functionality +- [ ] I have written/updated **design docs** if this PR implements new functionality. - [ ] I have run **pre-commit** checks for code style