diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/Bug_report.md | 3 | ||||
-rw-r--r-- | docs/CONTRIBUTING.md | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 63ccea9a68..1ca8228969 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -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** diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 0ee71b274c..064f6ef69b 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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. |