From 8c039a08eb9fc3785689618531e6057aada9c6b5 Mon Sep 17 00:00:00 2001 From: arolfes Date: Mon, 6 Nov 2023 07:26:55 +0100 Subject: [PATCH] small change to PR-Template to avoid linking with existing ticket --- .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 099826457..7a24f75e7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,7 +16,7 @@ Release Notes: - [ ] After integration of the pull request, I verified our [bluemix test environment](http://taskana.mybluemix.net/taskana) is not broken ### Verified by the reviewer: -- [ ] Commit message format → (Closes) #: Your commit message. i.e. Closes #2271: Your commit message. +- [ ] Commit message format → (Closes) #<Issue Number>: Your commit message. - [ ] Submitter's update to [documentation](https://taskana.atlassian.net/wiki/spaces/TAS/overview) is sufficient - [ ] SonarCloud analysis meets our standards - [ ] Update of the [current release notes](https://taskana.atlassian.net/wiki/spaces/TAS/pages/1281392672/Current+Release+Notes+Taskana) reflects changes