From 5fb4d48713022f1c18363963fe23acceba1abf9e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 11 Sep 2024 21:19:11 +0200 Subject: [PATCH] gitlab: fix issue template The two lines with the Buildroot version and the system os-release details are rendered on a single line, "because Markdown". Make that a two-item list, to be sure they are on properly rendered. Signed-off-by: Yann E. MORIN (cherry picked from commit 6a1e297a31ed3257876fcba5064dbce36b1e670c) Signed-off-by: Peter Korsgaard --- .gitlab/issue_templates/default.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md index c3f23e54ba..968d6aab64 100644 --- a/.gitlab/issue_templates/default.md +++ b/.gitlab/issue_templates/default.md @@ -33,8 +33,8 @@ _Note: issues missing any information may get closed without further ado._ --- ### What I did -**Buildroot commit sha1**: _get this with `git describe HEAD`_ -**Distribution of the build machine**: _get this with `NAME` and `VERSION` from `/etc/os-release`_ +- **Buildroot commit sha1**: _get this with `git describe HEAD`_ +- **Distribution of the build machine**: _get this with `NAME` and `VERSION` from `/etc/os-release`_ _Here, describe what you did:_ - _any special environment variables: CC, CXX, TARGET, CROSS_COMPILE, etc…_