You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
26 lines
1.1 KiB
8 months ago
|
From b50b19af7889a2d44e904fcb327b09130c9c96e7 Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Macku <jamacku@redhat.com>
|
||
|
Date: Tue, 8 Aug 2023 13:12:03 +0200
|
||
|
Subject: [PATCH] doc: use link with prefilled Jira issue
|
||
|
|
||
|
rhel-only
|
||
|
|
||
|
Related: #2179309
|
||
|
---
|
||
|
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).
|
||
|
|