]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: point contributors to list of most recent systemd releases
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Jun 2020 07:42:12 +0000 (09:42 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 10 Jun 2020 08:30:02 +0000 (10:30 +0200)
Fixes: #16083
.github/ISSUE_TEMPLATE/Bug_report.md
docs/CONTRIBUTING.md

index 63ccea9a6866aba9e061ccf41e327dae3ec5a532..1ca8228969ddc03b78d1a0684691d67f95235df2 100644 (file)
@@ -7,7 +7,8 @@ about: A report of an error in a recent systemd version
 **systemd version the issue has been seen with**
 > ...
 
-<!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd versions upstream! -->
+<!-- **NOTE:** Do not submit bug reports about anything but the two most recently released (non-rc) systemd versions upstream! -->
+<!-- See https://github.com/systemd/systemd/releases for the list of most recent releases. -->
 <!-- For older version please use distribution trackers (see https://systemd.io/CONTRIBUTING#filing-issues). -->
 
 **Used distribution**
index 0ee71b274c04b9cf2609b6e3f74bbc188c8cc0fe..064f6ef69bee143a83815861f28d0fbbd6b89114 100644 (file)
@@ -11,7 +11,7 @@ We welcome contributions from everyone. However, please follow the following gui
 ## Filing Issues
 
 * We use [GitHub Issues](https://github.com/systemd/systemd/issues) **exclusively** for tracking **bugs** and **feature** **requests** of systemd. If you are looking for help, please contact [systemd-devel mailing list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) instead.
-* We only track bugs in the **two** **most** **recently** **released** **versions** of systemd in the GitHub Issue tracker. If you are using an older version of systemd, please contact your distribution's bug tracker instead.
+* We only track bugs in the **two** **most** **recently** **released** (non-rc) **versions** of systemd in the GitHub Issue tracker. If you are using an older version of systemd, please contact your distribution's bug tracker instead (see below). See [GitHub Release Page](https://github.com/systemd/systemd/releases) for the list of most recent releases.
 * When filing an issue, specify the **systemd** **version** you are experiencing the issue with. Also, indicate which **distribution** you are using.
 * Please include an explanation how to reproduce the issue you are pointing out.