From 93775fb6cd83632f905ba1f9c3abe98e40b58181 Mon Sep 17 00:00:00 2001 From: Maxim Svistunov Date: Thu, 12 Mar 2026 17:11:14 +0100 Subject: [PATCH 1/2] Add SUPPORT.md, which appears with info when opening a GH issue --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- SUPPORT.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 SUPPORT.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8a2a2fdf2..cdde7bb5b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' # Bug Description -## **Output of `OLS` version** +## **Lightspeed Stack version** ## **Describe the bug** diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 000000000..d9d1c7e31 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,6 @@ +# Reporting bugs + +* **External contributors**: Open a [GitHub Issue](https://github.com/lightspeed-core/lightspeed-stack/issues/new?template=bug_report.md) using the bug report template. For urgent issues, tag in the issue. +* **Red Hat contributors**: File a bug in [Jira](https://issues.redhat.com) under the Lightspeed Core (LCORE) project. For urgent issues, ping `@ls-core-team` on Slack in the `#forum-lightspeed` channel. + +In both cases, include: steps to reproduce, expected vs. actual behavior, and the Lightspeed Stack version. From c6326173d2e04d809f7ee595193ebef75afc705f Mon Sep 17 00:00:00 2001 From: Maxim Svistunov Date: Thu, 19 Mar 2026 07:01:19 +0100 Subject: [PATCH 2/2] Resolve FIXME and use correct GH nickname --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index d9d1c7e31..b0dfd742b 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,6 +1,6 @@ # Reporting bugs -* **External contributors**: Open a [GitHub Issue](https://github.com/lightspeed-core/lightspeed-stack/issues/new?template=bug_report.md) using the bug report template. For urgent issues, tag in the issue. +* **External contributors**: Open a [GitHub Issue](https://github.com/lightspeed-core/lightspeed-stack/issues/new?template=bug_report.md) using the bug report template. For urgent issues, tag @tisnik in the issue. * **Red Hat contributors**: File a bug in [Jira](https://issues.redhat.com) under the Lightspeed Core (LCORE) project. For urgent issues, ping `@ls-core-team` on Slack in the `#forum-lightspeed` channel. In both cases, include: steps to reproduce, expected vs. actual behavior, and the Lightspeed Stack version.