From c8b1c9fe728409043eb43fc4b46e20b572592d0b Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:45:45 +0100 Subject: [PATCH] Added linked issues to PR template --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 13e5a10d8a..4fe140d0e2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,11 @@ ## Changes - +### Linked issues + + +Resolves #.. + ### Functionality - [ ] added relevant user documentation @@ -9,7 +13,7 @@ - [ ] modified existing command: `databricks labs ucx ...` - [ ] added a new workflow - [ ] modified existing workflow: `...` -- [ ] added new table +- [ ] added a new table - [ ] modified existing table: `...` ### Tests