From 3eece2ddb5bf2044616dea3cce3cdad388fa1695 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Tue, 17 Dec 2024 07:25:57 +0000 Subject: [PATCH] Merged PR 704313: feat: Add PR-Template with jira work item entry Add PR-Template with jira work item entry Security-concept-update-needed: false. Related work items: #707980 --- .azuredevops/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .azuredevops/pull_request_template.md diff --git a/.azuredevops/pull_request_template.md b/.azuredevops/pull_request_template.md new file mode 100644 index 0000000..f4a533a --- /dev/null +++ b/.azuredevops/pull_request_template.md @@ -0,0 +1,11 @@ +[Describe what was done in this PR] + +[Describe why it was done] + +[Describe how it was done if the change needs explanation] + +[Describe how the change was tested if it needs explanation] + +Security-concept-update-needed: true/false. + +JIRA Work Item: STACKITALO-xxx \ No newline at end of file