This is an automated email from the ASF dual-hosted git repository.
smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 364f914f5 KNOX-3208: Add JIRA link to PR descriptions (#1096)
364f914f5 is described below
commit 364f914f51d59d360171c7ffefcf8f31b2eda03f
Author: hanicz <[email protected]>
AuthorDate: Fri Oct 17 09:19:04 2025 +0200
KNOX-3208: Add JIRA link to PR descriptions (#1096)
---
.github/PULL_REQUEST_TEMPLATE.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 2cc15f6d3..949b3a407 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +1,7 @@
(It is very **important** that you created an Apache Knox JIRA for this change
and that the PR title/commit message includes the Apache Knox JIRA ID!)
+[KNOX-1234](url) - A short description of the change
+
## What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)