diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-01-19 22:24:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-01-19 22:24:05 +0100 |
commit | 2d816c9804c1d565797faff85c0fdbfb15f1e9d5 (patch) | |
tree | 8f3a5bcf21870c2775c3bcc8719191414a59b0c9 /.github/ISSUE_TEMPLATE/Bug_report.md | |
parent | execute: for processes where creds logic is turned off, don't pass creds path... (diff) | |
download | systemd-2d816c9804c1d565797faff85c0fdbfb15f1e9d5.tar.xz systemd-2d816c9804c1d565797faff85c0fdbfb15f1e9d5.zip |
markdown: suggest backticks around uname -a output
Fixes: #18238
Diffstat (limited to '')
-rw-r--r-- | .github/ISSUE_TEMPLATE/Bug_report.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 5db53a4579..cbd7f7e940 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -15,7 +15,10 @@ about: A report of an error in a recent systemd version > … **Linux kernel version used** (`uname -a`) - > … +<!-- Make sure to enclose the pasted kernel version in `backticks`, so that + GitHub doesn't convert the `#` character typically included in it into a + reference to old GitHub issues. -> + > `…` **CPU architecture issue was seen on** > … |