53 lines
2.5 KiB
Diff
53 lines
2.5 KiB
Diff
From 581094db0528e22af351912849474ad322502c28 Mon Sep 17 00:00:00 2001
|
|
From: Jan Macku <jamacku@redhat.com>
|
|
Date: Thu, 10 Aug 2023 15:16:29 +0200
|
|
Subject: [PATCH] docs: link downstream CONTRIBUTING in README
|
|
|
|
This should increase the visibility of the downstream CONTRIBUTING.
|
|
|
|
Also fix some wording and update links.
|
|
|
|
rhel-only
|
|
|
|
Related: #2170883
|
|
---
|
|
CONTRIBUTING.md | 4 ++--
|
|
README.md | 2 +-
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
|
|
index 1de2b88995..bd17067be2 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/CreateIssueDetails!init.jspa?pid=12332745&issuetype=1&components=12380515).
|
|
+When you find an issue with systemd used in **CentOS Stream** or **RHEL**, please file an issue in Red Hat [Jira ticket system](https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332745&issuetype=1&components=12380515&priority=10300).
|
|
|
|
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).
|
|
|
|
@@ -51,7 +51,7 @@ Each commit has to reference the relevant approved systemd issue (see: [Filling
|
|
- **Related** for commits related to the referenced issue, but they don't fix it. Usually, tests and documentation.
|
|
- **Reverts** for commits that reverts previously merged commit
|
|
|
|
-When referencing issues, use following structure: `<keyword>: <issue ID>`. See the example below:
|
|
+When referencing issues, use the following structure: `<keyword>: <issue ID>`. See the example below:
|
|
|
|
```md
|
|
doc: Fix TYPO
|
|
diff --git a/README.md b/README.md
|
|
index e507c4cb57..11a1b38038 100644
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -30,7 +30,7 @@ Please see the [Code Map](docs/ARCHITECTURE.md) for information about this repos
|
|
|
|
Please see the [Hacking guide](docs/HACKING.md) for information on how to hack on systemd and test your modifications.
|
|
|
|
-Please see our [Contribution Guidelines](docs/CONTRIBUTING.md) for more information about filing GitHub Issues and posting GitHub Pull Requests.
|
|
+Please see our [Contribution Guidelines](CONTRIBUTING.md) for more information about filing GitHub Issues and posting GitHub Pull Requests.
|
|
|
|
When preparing patches for systemd, please follow our [Coding Style Guidelines](docs/CODING_STYLE.md).
|
|
|