26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
|
From eff259c8c7677bbbe64890873bd64349871dd6c5 Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Macku <jamacku@redhat.com>
|
||
|
Date: Tue, 8 Aug 2023 13:07:06 +0200
|
||
|
Subject: [PATCH] doc: use link with prefilled Jira issue
|
||
|
|
||
|
rhel-only
|
||
|
|
||
|
Related: #2170883
|
||
|
---
|
||
|
CONTRIBUTING.md | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
|
||
|
index 361366d899..1de2b88995 100644
|
||
|
--- a/CONTRIBUTING.md
|
||
|
+++ b/CONTRIBUTING.md
|
||
|
@@ -17,7 +17,7 @@ flowchart LR
|
||
|
|
||
|
## Filing issues
|
||
|
|
||
|
-When you find an issue with systemd used in CentOS Stream or RHEL, please file an issue in [Jira ticket system](https://issues.redhat.com/secure/CreateIssue!default.jspa) (set Project to **RHEL** and Component to **systemd**).
|
||
|
+When you find an issue with systemd used in CentOS Stream or RHEL, please file an issue in [Jira ticket system](https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332745&issuetype=1&components=12380515).
|
||
|
|
||
|
GitHub Issues are not supported tracking system. If your issue is reproducible using the latest upstream version of systemd, please consider creating [upstream issue](https://github.com/systemd/systemd/issues/new/choose).
|
||
|
|