Module: kamailio
Branch: master
Commit: d4d6fd431adb94f591e6035f2fa76eff8f728a8f
URL:
https://github.com/kamailio/kamailio/commit/d4d6fd431adb94f591e6035f2fa76ef…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: 2021-08-10T09:16:17+02:00
ISSUE_TEMPLATE/bug_report.md: list lsb_release -a in comments for OS details
---
Modified: .github/ISSUE_TEMPLATE/bug_report.md
---
Diff:
https://github.com/kamailio/kamailio/commit/d4d6fd431adb94f591e6035f2fa76ef…
Patch:
https://github.com/kamailio/kamailio/commit/d4d6fd431adb94f591e6035f2fa76ef…
---
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 8132d74350..50a94c08bc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -95,7 +95,7 @@ If you found a solution or workaround for the issue, describe it.
Ideally, provi
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04,
CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
-Kernel details (output of `uname -a`)
+Kernel details (output of `lsb_release -a` and `uname -a`)
-->
```