Skip to content

Commit

Permalink
docs: link downstream CONTRIBUTING in README
Browse files Browse the repository at this point in the history
This should increase the visibility of the downstream CONTRIBUTING.

Also fix some wording and update links.

rhel-only

Related: #2179309
  • Loading branch information
jamacku authored and systemd-rhel-bot committed Aug 15, 2023
1 parent b50b19a commit 380f7af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Consult our [NEWS file](../master/NEWS) for information about what's new in the

Please see the [HACKING file](../master/doc/HACKING) for information how to hack on systemd and test your modifications.

Please see our [Contribution Guidelines](../master/.github/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](../master/doc/CODING_STYLE).

Expand Down

0 comments on commit 380f7af

Please sign in to comment.